Timeline for What are your favorite command line features or tricks?
Current License: CC BY-SA 2.5
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 6, 2010 at 19:26 | comment | added | Gilles 'SO- stop being evil' | Or with recent enough versions of GNU grep: grep -r --include='filename' 'pattern' . | |
| Sep 23, 2010 at 14:35 | history | edited | Michael Mrozek | CC BY-SA 2.5 | added 4 characters in body |
| Sep 19, 2010 at 15:51 | comment | added | Eric Smith | ... or ... find -iname *filename* -exec grep -in '*pattern to search for*' {} \; | |
| Sep 16, 2010 at 19:36 | comment | added | Gilles 'SO- stop being evil' | Easier: use zsh or bash 4 and grep -in 'pattern' **/filename | |
| Aug 24, 2010 at 13:12 | history | edited | Mark D | CC BY-SA 2.5 | added 10 characters in body |
| Aug 23, 2010 at 5:11 | history | answered | Mark D | CC BY-SA 2.5 |