Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
well , i have been scanning for anything related with isp on my computer , i have downloaded more than i can bare at linuxdoc.org and i am lost with all the information .
I tried "locate" and find but didn't help, i understand that the locate command only looks for files or words within filenames and that "find searches the directory tree rooted at each given file name by evaluating the given expression from left to right, according to the rules of precedence..." Is there any command to look for words ? i am realising that many of the topics in howto's are frequently connected in some way with other topics and it would be nice to look to all data available regarding a specific subject. thanks in advance for your help
Well, say all your docs are in /home/jamaso/docs, you could do
find /home/jamaso/docs -type f | xargs grep '\{\}' -e "search term". If you don't like typing, I use a simple shellscript called "gfind" (www.rootshell.be/~unspawn/gfind, the md5sum: www.rootshell.be/~unspawn/gfind.md5, no I didn't write it), make it executable if you trust its contents not to harm your data, and execute as "gfind </dir/to/search> <search terms in quotes>".
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.