Regular expression with egrep and ls
October 7th, 2006 mysurface
egrep is actually same as grep -E, it interpret PATTERN as an extended regular expression. Therefore ESCAPE ( \ ) is not needed for certain symbol.
ls is a common tool for listing file that matches the keyword.
Regular expression (RE) is a very important and useful to manipulating strings and text. In this example, I would [...]
Posted in Regular Expression, Symbol, Text Manipulation, egrep, grep, ls | Hits: 20357 | 1 Comment »
Live Chat!








