I've found out this is not as easy as I thought at first,on the other OS we know,all text files usually end with the .txt extension,which makes searching for them quite straightforward-no such thing on Linux,so how can I search for text files in a directory where they may be (and actually are) intermixed with all kinds of other files ? Typically (despite using Tomboy as well) I take lots of unorganized notes as short text files,which then end up somewhere in my home directory,then at some point I'd want to grep for a search term or string among all these files,but there's all sorts of other files in between,so a simple command the likes of find ~ -type f |grep [string] won't cut it,obviously
Bookmarks