What are the additional egrep symbols?
Answers were Sorted based on User's Feedback
Answer / vijesh
-b Precede each line by the block number on which
it was
found. This can be useful in locating block
numbers by
context (first block is 0).
-c Print only a count of the lines that contain
the pat-
tern.
-e pattern_list
Search for a pattern_list (full regular
expression
that begins with a -).
-f file
Take the list of full regular expressions from
file.
-h Suppress printing of filenames when searching
multiple
files.
-i Ignore upper/lower case distinction during
comparis-
ons.
-l Print the names of files with matching lines
once,
separated by NEWLINEs. Does not repeat the
names of
files when the pattern is found more than once.
-n Precede each line by its line number in
the file
(first line is 1).
-s Work silently, that is, display nothing except
error
messages. This is useful for checking the
error
status.
-v Print all lines except those that contain the
pattern.
-x Consider only input lines that use all
characters in
the line to match an entire fixed string or
regular
expression to be matching lines.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to include comments in your shell scripts?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
Explain about login shell?
HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?
What are the advantages of shell scripting?
write a program to display all the files from the current directory which are created in particular month
Is scripting and coding the same thing?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
what do u mean by $#,$* in unix programming?
Is shell and terminal the same?