Re: [Shell] help with Tarring files
This WebDNA talk-list message is from 2002
It keeps the original formatting.
numero = 45322
interpreted = N
texte = Joshua Lynn wrote:> the same level as checkout). The tar gets made in the correct location,> but is created with the following folder structure: a folder called> .. with a folder called outgoing inside it. inside that is where the> tarred files are.Because that is exactly what you told it to do. Tar pays attention to the path that you pass in, figuring that it is significant information.> [shell]tar -cf - ../outgoing/[header21]|gzip>> ../outgoing/[header21].tar.gz[/shell]Try this instead:[shell]tar -C ../outgoing -cf - [header21] | gzip > [header21].tar.gz[/shell]or some such. You should also check to see if your tar command supports gzip internally, which would simplify the command considerably:[shell]tar -C ../outgoing -zcf [header21].tar.gz [header21][/shell]HTHJohn-- John PeacockDirector of Information Research and TechnologyRowman & Littlefield Publishing Group4720 Boston WayLanham, MD 20706301-459-3366 x.5010fax 301-429-5747-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list
.To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Joshua Lynn wrote:> the same level as checkout). The tar gets made in the correct location,> but is created with the following folder structure: a folder called> .. with a folder called outgoing inside it. inside that is where the> tarred files are.Because that is exactly what you told it to do. Tar pays attention to the path that you pass in, figuring that it is significant information.> [shell]tar -cf - ../outgoing/[header21]|gzip>> ../outgoing/[header21].tar.gz[/shell]Try this instead:[shell]tar -C ../outgoing -cf - [header21] | gzip > [header21].tar.gz[/shell]or some such. You should also check to see if your tar command supports gzip internally, which would simplify the command considerably:[shell]tar -C ../outgoing -zcf [header21].tar.gz [header21][/shell]HTHJohn-- John PeacockDirector of Information Research and TechnologyRowman & Littlefield Publishing Group4720 Boston WayLanham, MD 20706301-459-3366 x.5010fax 301-429-5747-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
John Peacock
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Sendmail and attachments? (1998)
Search in 2 or more catalogs (1997)
[WebDNA] max in a search (2009)
OT:Stock Quotes (2000)
Re: (1997)
all db's in one folder and protected (1998)
Duplicate Cart #'s (1998)
Image maps/Webcat (1997)
Re:quit command on NT (1997)
See [shell]s (2008)
Out of the woodwork (2007)
Error:Too many nested [xxx] contexts (1997)
Writing [raw] to a file (2000)
Keep away (1997)
Different Email recipients? (1998)
Global replace (2000)
expired beta (1997)
[ShowIf] and empty fields (1997)
Summing fields (1997)
RE: MacFinder -- a new WebDNA web site (1998)