Search found 1 match

by darthm0e
Sat Jan 15, 2011 8:42 am
Forum: Challenges Solved
Topic: Lorem Ipsum
Replies: 34
Views: 8428

i made it this way:
cat loremipsum.txt | sed 's/[^a-zA-Z]/\n/g' |sort|uniq -c| cat > list.txt

in list.txt there will be only 1 word counted as one :)