Congratulations to AcaCandy on her 100,000th post!
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
acer black screen blue screen boot bsod computer connection crash css dell display drive driver drivers email error ethernet excel firefox firefox 3 game hard drive internet internet explorer itunes laptop linux malware monitor network networking nvidia outlook outlook 2003 outlook 2007 outlook express partition problem router slow software sound trojan usb video virus vista windows windows xp wireless
UNIX/Linux
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Operating Systems > UNIX/Linux >
grep a word in a tar.gz file


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
prernabhagat's Avatar
Junior Member with 2 posts.
 
Join Date: Nov 2007
07-Dec-2007, 02:15 AM #1
grep a word in a tar.gz file
Can anyone tell me how to search a word in files which have been zipped in a tar file using the tar -zcvf command.............
RobLinux's Avatar
Computer Specs
Senior Member with 383 posts.
 
Join Date: Nov 2007
Location: UK
Experience: UNIX/Linux Pro, M$ 'doze Sufferer
07-Dec-2007, 05:04 AM #2
I think you mean something like :

f=/some/foo/bar
d=/tmp/$USER/tar$$
mkdir -p $d || {
echo Could not create $d 1>&2
exit 1
}
cd $d && tar -zxf $f && {
find . -type f -print0 | xargs -0 fgrep /word/
echo rm -rf $d | at now + 5 minutes
}

Haven't debugged it, so you might like "set -x" shell option, and "xargs -t" to trace files. Clean up should be run, on keyboard interrupts like when CNTRL-C is hit, which you do with trap(1) and a shell proecedure.

Last edited by RobLinux : 07-Dec-2007 03:07 PM.
Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who help people like you solve computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 03:33 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.