Differences
This shows you the differences between the selected revisions of the page.
2008-06-09 | 2009-08-28 | ||
suggest copy to clipboard for url address (martin) | no summary (83.71.196.45) | ||
Line 63: | Line 63: | ||
find . -name "!?Search for files:?!" | find . -name "!?Search for files:?!" | ||
+ | |||
+ | Check custom command option //Show results in terminal//. | ||
+ | |||
+ | |||
+ | |||
+ | ===== [[search]] Searching for a text/string within a directory ===== | ||
+ | |||
+ | grep -H -r "!?Search for text:?!" * | cut -d: -f1 | ||
Check custom command option //Show results in terminal//. | Check custom command option //Show results in terminal//. |