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
[...]
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 [...]
Categories: c
