Desktop search: Difference between revisions

Jump to navigation Jump to search
123 bytes added ,  6 October 2013
Line 53: Line 53:
** multiple files: {{kbd | key=<nowiki>grep -ir "string to search" /path/to/directory</nowiki>}}<ref>options (1) -i, which means ignore case (2) -r means search recursively through an entire directory tree including the sub directory [http://www.linfo.org/grep.html How to use the grep command, by The Linux Information Project (LINFO)]</ref>
** multiple files: {{kbd | key=<nowiki>grep -ir "string to search" /path/to/directory</nowiki>}}<ref>options (1) -i, which means ignore case (2) -r means search recursively through an entire directory tree including the sub directory [http://www.linfo.org/grep.html How to use the grep command, by The Linux Information Project (LINFO)]</ref>
** single file: {{kbd | key=<nowiki>grep "string to search" /path/to/file</nowiki>}}
** single file: {{kbd | key=<nowiki>grep "string to search" /path/to/file</nowiki>}}
=== Search text in files (cloud solution) ===
* [https://drive.google.com/ Google drive] text PDF was tested: 2013-01-06


== file name or folder name search ==
== file name or folder name search ==

Navigation menu