![]() |
|
|
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 |
| FIND/GREP problem | dfb500 | UNIX for Dummies Questions & Answers | 1 | 11-13-2006 11:13 AM |
| problem with find | braindrain | Shell Programming and Scripting | 2 | 03-29-2006 01:33 PM |
| Problem with find ! -newer | dbfree | Shell Programming and Scripting | 3 | 12-19-2005 10:56 PM |
| Problem with `find ...` | Cameron | Shell Programming and Scripting | 4 | 08-10-2005 08:24 AM |
| Another Find Problem | sethkor | Shell Programming and Scripting | 6 | 02-24-2005 07:56 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Problem with find and tar
When I am doing the first command the result shows all the files, links, directories except the ones that contain the word logs
find . -type f -o -type l -o -type d | grep -v logs But when I am trying to do this even the logs are getting tarred tar -cvf fdtvision.tar `find . -type f -o -type l -o -type d | grep -v logs` Please can anyone help me in finding the mistake |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|