Skip to content
Peter Ajtai edited this page Aug 27, 2012 · 4 revisions
  • If you want to search for literal text, just type it:
ls | grep php
  • If you want to use a regex, put it in quotes:
svn status -u | grep '^[^?]'
  • look for regexes
  • can do all sorts of stuff
# recursively (subdirectories) look for case indipendent starting w this dir
grep -ri searchterm

Linked from:

Linux Commands

Total of 183 pages.
Total of 67 pages not in main tree.
Total of 147 nodes.
This Sidebar and the "Linked From" sections created by Wiki Buddy
The full tree is at _WB-Full-Tree

Clone this wiki locally