HP3000-L Archives

July 2002, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Ken Hirsch <[log in to unmask]>
Reply To:
Ken Hirsch <[log in to unmask]>
Date:
Mon, 15 Jul 2002 19:08:51 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
Donna Garverick wrote:
>
> well almost.  once i removed the leading space from each line of
'filelist'
> (in the above example) -- then tar was perfectly happy and made the
correct
> tarball.  many thanks! :-)         - d

You can use 'sed' to remove the space if you want to automate this.  You
won't even need to change it if they ever fix listfile:

listfile ./DSG@,6 >X1
sed '"s/^ //"' <X1 >X2
tar '-cvf tartest -' <X2

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2