[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: a sh wordlist maker
- To: Development Discussions <developer at arabeyes dot org>
- Subject: Re: a sh wordlist maker
- From: Behdad Esfahbod <behdad at cs dot toronto dot edu>
- Date: Fri, 12 Mar 2004 14:21:33 -0500
Yes, it can. Why not? sed understands Unicode as far as I know
and tested. Just use something like [[:alpha:]] in the sed
expression..
b
On Fri, 12 Mar 2004, Anmar Oueja wrote:
> hehe... I don't think so unless you use the raw the unicode values for
> the arabic letters. Even then I hihgly doubt it
>
> Anmar
>
> Moayyad Al-Sadi wrote:
> > ---------
> > Letters="a-z"
> > cat file | tr A-Z a-z | sed -e 's/[^$Letters]/ /g' | \
> > tr ' ''\12' | sort | uniq
> > ----------
> > can this be applyed to arabic
> >
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Search - Find what you’re looking for faster
> > http://search.yahoo.com
> > _______________________________________________
> > Developer mailing list
> > Developer at arabeyes dot org
> > http://lists.arabeyes.org/mailman/listinfo/developer
> _______________________________________________
> Developer mailing list
> Developer at arabeyes dot org
> http://lists.arabeyes.org/mailman/listinfo/developer
>
>
--behdad
behdad.org