Archive for September 25th, 2007

Search Text in a Folder using grep

Search for a specific text in a folder using grep


grep "fetchFeedPacksCustomize()" *.js

[tags]grep,search,text,folder[/tags]

Word Meaning from Linux Command Line

Find the meaning of a word from dict using curl. System must be online for this to work.


curl dict://dict.org/d:word

[tags]dict,word,meaning,dictionary,curl,linux,command[/tags]