summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep/grep.1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* An article on medium.com highlighted that grepdaniel2015-01-131-3/+3
* remove uesless Pp;jmc2013-01-171-3/+2
* add support for -o to only print the match.tedu2011-07-081-4/+6
* add -H (opposite of -h) to always print name. ok deraadt millerttedu2011-03-041-4/+8
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-3/+3
* make this page read a little better;jmc2010-04-051-4/+4
* remove some non-POSIX standard non-GNU defacto standard options, mostlytedu2010-04-051-22/+4
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* - use a consistent text for STANDARDSjmc2007-05-301-2/+2
* - Be explicit on command line checking, instead of relying on patterns,kili2007-02-131-2/+8
* -nv is a valid combination; confirmed by ottojmc2006-03-071-3/+2
* s/-p1003.1-2003/-p1003.1-2004/gjmc2005-06-051-2/+2
* clarify what -a does;jmc2005-01-061-1/+9
* remove the section on extended regular expressions, and pointjmc2004-10-041-41/+8
* when stdin is searched, -L and -l print `(standard input)', not `-';jmc2004-09-281-5/+5
* various fixes to make this page a bit clearer and hopefully a bitjmc2004-09-281-126/+209
* -w uses [[:<:]] and [[:>:]], not \< and \>,jmc2004-04-171-4/+4
* remove unnecessary .Sm macros (oops, this is my fault it everjmc2004-04-031-3/+1
* Document --line-bufferedotto2004-04-021-1/+8
* simpler special character list. provoked by Patrick Latifi ok jmc@tedu2004-03-151-2/+2
* -b reports offsets in bytes.otto2004-01-191-2/+2
* Document use of [pattern] without -e, give example of -v with multiplemcbride2003-12-111-1/+6
* typos from Jared Yanovich;jmc2003-10-201-2/+2
* Correct wording on -C option.mcbride2003-09-271-2/+2
* Add curly braces {} to the list of special characters in egrep mode.millert2003-08-201-2/+4
* typo, pr3396 from piotr domagalskitedu2003-08-111-2/+2
* Make it clear what -C does w/o having to read the description of -A/-B.millert2003-07-171-1/+2
* - .Ql Li -> .Ql (Ql already provides literal font)jmc2003-07-151-5/+4
* restore grep -v semantics, print lines that don't match any (mismatch all)dhartmei2003-07-101-3/+2
* clarify operation of -f. spotted by jmc@, new text by James Howardtedu2003-06-241-7/+4
* document two long options without short equivs.tedu2003-06-231-1/+22
* spellingtedu2003-06-231-3/+3
* better detetection/handling of binary files.tedu2003-06-231-3/+7
* 3 clause UCB licensemillert2003-06-221-6/+2
* proper $OpenBSD$deraadt2003-06-221-0/+1
* tweaks by jmc and ideraadt2003-06-221-32/+43
* freegrep 0.16deraadt2003-06-221-208/+222
* - section reorderjmc2003-06-101-56/+64
* add missing .El's for .Bl macros;jmc2003-04-251-1/+2
* ascii -> ASCIIjmc2003-03-311-2/+2
* more SEE ALSO fixes.fgsch2002-11-091-2/+2
* complete grep clone by harding@motd.ca; everything is there, but it isderaadt2001-09-211-0/+261