![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Grep Log file | cbo0485 | UNIX for Dummies Questions & Answers | 1 | 05-27-2008 08:24 PM |
| grep from file | jaydeep_sadaria | Shell Programming and Scripting | 2 | 04-10-2008 09:03 AM |
| grep file | ali560045 | Shell Programming and Scripting | 0 | 01-10-2008 04:51 AM |
| How to grep a number in a file to find them in another file | ahjiefreak | Shell Programming and Scripting | 7 | 12-12-2007 03:01 AM |
| how to search -n in a file with grep | lamilami | Shell Programming and Scripting | 2 | 11-28-2007 01:42 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
grep for a tar File
Hello,
I made a tar with a lot of file, and i deleted all the Files. So to win tile I want to make a grep of this tar file to search any text . Is there a Unix command available for this ? I tried : grep xyz file.tar but there is nothing . Thanks for your help.... |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
How about
Code:
tar tvf file.tar | grep "whatever" Cheers ZB |
||||
| Google The UNIX and Linux Forums |