Posts Tagged ‘grep’

grep, egrep, fgrep – print lines matching a pattern
USAGE
grep [options] PATTERN [FILE...]
grep [options] [-e PATTERN | -f FILE] [FILE...]

DESCRIPTION
Grep searches the named input FILEs (or standard input if no files are
[...]

Friday, August 28th, 2009 at 00:48 | Comments Off
Categories: E, F, G
Tags: , ,

cvs – Concurrent Versions System
USAGE
cvs [ cvs_options ]
cvs_command [ command_options ] [ command_args ]

NOTE
This manpage is a summary of some of the features of cvs but [...]

Thursday, August 27th, 2009 at 00:03 | Comments Off
Categories: c
TOP