public inbox for cygwin-talk@cygwin.com
 help / color / mirror / Atom feed
* GNU tar somewhat cleverer than I thought
@ 2008-09-07 14:14 Dave Korn
  2008-09-07 20:33 ` Igor Peshansky
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Korn @ 2008-09-07 14:14 UTC (permalink / raw)
  To: 'am i the first one to notice'


http://www.gnu.org/software/tar/manual/tar.html#SEC112

" Note that the file 'cherry' is recorded in the archive under the precise
name 'cherry', not 'food/cherry'. Thus, the archive will contain three files
that all appear to have come from the same directory; if the archive is
extracted with plain 'tar --extract', all three files will be written in the
current directory.

Contrast this with the command,
 	

$ tar -c -f jams.tar grape prune -C food red/cherry

which records the third file in the archive under the name 'red/cherry' so
that, if the archive is extracted using 'tar --extract', the third file will
be written in a subdirectory named 'orange-colored'. "


  :) That's some fairly powerful AI they must have there.

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-07 21:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-07 14:14 GNU tar somewhat cleverer than I thought Dave Korn
2008-09-07 20:33 ` Igor Peshansky
2008-09-07 21:56   ` Dave Korn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).