in reply to Using grep to find "/<file system"
Many thanks for all the quick replies! I have got it to work using:
grep !/^(\/usr|\/sbin|\/platform|\/lib)$/, @files;
Best regards.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using grep to find "/<file system"
by johngg (Canon) on Oct 14, 2011 at 16:06 UTC | |
|
Re^2: Using grep to find "/<file system"
by pvaldes (Chaplain) on Oct 14, 2011 at 15:55 UTC | |
|
Re^2: Using grep to find "/<file system"
by anneli (Pilgrim) on Oct 15, 2011 at 09:22 UTC |