The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-14-2005
olapxpert olapxpert is offline
Registered User
  
 

Join Date: Apr 2005
Posts: 5
Question List files that do not match the search pattern

I need to list the files that do not match the search pattern:

Example:
cat file1
This is how it should work

cat file2
This is why I like Unix

grep -option? Unix * (or some other command)
returns file1