search for: somemag

Displaying 1 result from an estimated 1 matches for "somemag".

Did you mean: sometag
2010 Dec 30
1
recursively count the words occurrence in the text files
...uot; > two/sdgsd dsf.txt echo "word6" > two/ergd.txt echo "asdf, word2" > three/werdf.txt echo "word7, word8 word9 word10" > three/qwerb erfsdgdsg.txt echo "word4 word3" > three/web erg as.txt so it does the magic* "recursively": $ SOMEMAGIC > output.txt cat output.txt asdf 1 word1 2 word2 4 word3 3 word4 2 word5 1 word6 2 word7 1 word8 1 word9 1 word10 1 $ *recursively count the words occurrence in the text files like: "word1 2" can anyone point to a howto/link? [re: i just can't google for it :\]