![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Grep commands in loop | karthikn7974 | Shell Programming and Scripting | 0 | 04-28-2008 10:16 AM |
| find and grep commands | StrengthThaDon | UNIX for Dummies Questions & Answers | 3 | 03-18-2007 09:14 PM |
| Unix Find commands | scooter17 | UNIX for Dummies Questions & Answers | 1 | 09-11-2006 03:55 PM |
| Where do I find what commands I can use? | JCWorkman | UNIX for Dummies Questions & Answers | 3 | 12-12-2001 06:10 PM |
| find commands? | hallrobe | UNIX for Dummies Questions & Answers | 3 | 09-26-2001 04:27 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Folks;
First about find: when i run this: find . -name '*log*' -mtime +10 -print | sed 's+^\./++;s+/.*++' | sort -u i got list of log files but also get a directories (although directory names doesn't have "log" in it). How can i exclude the directory from the output of this find command? Now for grep: How can i grep for some file names & exclude some other files, for example: Let's say my files named file.now.txt and i want to grep for files named *.txt except for the ones with now.txt any idea? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|