Linux Commands

From miki
Revision as of 00:58, 21 August 2008 by Mip (talk | contribs) (New page: == Frequently Used Shell Commands == * '''grep''' <pre> % grep -Rsl PATTERN [FILE] # recursive, no error output, only list filename </pre>)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Frequently Used Shell Commands

  • grep
% grep -Rsl PATTERN [FILE] 	# recursive, no error output, only list filename