Query: fgrep
OS: minix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FGREP(1) General Commands Manual FGREP(1)NAMEfgrep - fixed grepSYNOPSISfgrep [-cfhlnsv] [string_file] [string] [file] ...OPTIONS-c Count matching lines and only print count, not the lines -f Take strings from file named in following argument -h Omit file headers from printout -l List file names once only -n Each line is preceded by its line number -s Status only, no output -v Print only lines not matchingEXAMPLESfgrep % prog.c # Print lines containing % sign fgrep -f pattern prog.c # Take strings from patternDESCRIPTIONFgrep is essentially the same as grep, except that it only searches for lines containing literal strings (no wildcard characters). The pattern may consist of several lines with one string to search on each line.SEE ALSOcgrep(1), grep(1). FGREP(1)
Related Man Pages |
---|
bzgrep(1) - redhat |
bm(1) - bsd |
grep(1) - minix |
zgrep(1) - opendarwin |
zfgrep(1) - netbsd |
Similar Topics in the Unix Linux Community |
---|
printing a line of a file |
fgrep to file plus some |
-w option in fgrep for Solaris |
Extract count of string in all files and display on date wise |
Need to use fgrep and egrep in a single command |