Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][tlug] Re: undo a tar
- Date: Thu, 5 Aug 2004 08:25:48 -0400
- From: Josh Glover <tlug@example.com>
- Subject: [tlug] Re: undo a tar
- References: <opsb8y4pxbpf1phh@example.com>
- User-agent: Mutt/1.5.4i-ja.1
Quoth Shawn (Thu 2004-08-05 04:01:23PM +0900): > I need to undo a tar > I tried > tar tfz filename.tar.gz | xargs rm > > rm: cannot remove `OOo_1.1.2_LinuxIntel_install/f_0408': No such file or > directory How about: for i in `tar tfz filename.tar.gz`; do [ -e "$i" ] && rm "$i"; done -- Josh Glover Gentoo Developer (http://dev.gentoo.org/~jmglov/) Tokyo Linux Users Group Listmaster (http://www.tlug.jp/) GPG keyID 0xDE8A3103 (C3E4 FA9E 1E07 BBDB 6D8B 07AB 2BF1 67A1 DE8A 3103) gpg --keyserver pgp.mit.edu --recv-keys DE8A3103Attachment: pgp00003.pgp
Description: PGP signature
- Follow-Ups:
- Re: [tlug] Re: undo a tar
- From: Shawn
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Potentially Dying Hard Disk Questions
- Next by Date: Re: [tlug] Re: undo a tar
- Previous by thread: [tlug] [announcement] 8/13 TLUG nomikai
- Next by thread: Re: [tlug] Re: undo a tar
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links