skip to main
|
skip to sidebar
System Programming in Unix
Monday, February 23, 2009
grep,egrep and fgrep
Grep provides two kinds of variant ( egrep(grep -E) and fgrep(grep -F)).
Egrep or grep –E is called extended regular expression based pattern matching.
You can use the following regular expression format.
^, $, \, [], [^], ., *
More information is available in man page for grep.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Subscribe via email
Email :
Blog Archive
▼
2009
(12)
►
June
(1)
►
May
(2)
►
April
(1)
►
March
(2)
▼
February
(6)
grep,egrep and fgrep
Recovering a file deleted with rm.
Backgrounding a running process
Disabling login permission to user accounts in unix
What will happen when a user try to login after hi...
Vi editor difficulty in Ubuntu
►
2008
(5)
►
December
(5)
No comments:
Post a Comment