|
| From: | Vincenzo Antignano |
| Subject: | grep |
| Date: | Sat, 25 Apr 2009 03:31:31 +0200 |
The pattern '\<\.' does not match words starting with a dot.For istance, if want to match lines containing hidden file names, the following command does not work:
$ ls -la | egrep '\<\.'
| [Prev in Thread] | Current Thread | [Next in Thread] |