bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep


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 '\<\.'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]