Forgot your password?
typodupeerror

Comment Re:Huh? (Score 1) 86

This is the POSIX synopsis for grep:

grep [-E|-F] [-c|-l|-q] [-insvx] -e pattern_list
              [-e pattern_list]... [-f pattern_file]... [file...]

grep [-E|-F] [-c|-l|-q] [-insvx] [-e pattern_list]...
              -f pattern_file [-f pattern_file]... [file...]

grep [-E|-F] [-c|-l|-q] [-insvx] pattern_list [file...]

It describes what all of that means in detail.

The GNU man page is incorrect when it says egrep and fgrep were not standardized by POSIX. They were included in POSIX.2-1992 but marked as obsolescent. When POSIX.2-1992 and POSIX.1-1996 were merged (along with the Single UNIX Specification) to form POSIX.1-2001 the obsolescent features from POSIX.2-1992 were removed.

Slashdot Top Deals

It's fabulous! We haven't seen anything like it in the last half an hour! -- Macy's

Working...