tar -r on a diskfile/tar arg too long
Guy Harris
guy at auspex.auspex.com
Tue Jun 12 07:01:05 AEST 1990
>I have always used "tar cvf TARFILE `cat long_list`" to do this.
Well, to quote the very article to which you're following up:
> note:
>
> tar -cvf /dev/rmt0 `cat long_list`
>
> Would give tar argument too long error.
so, apparently, he *can't* use that. Maybe you did that under SunOS 4.x
or some other system that permits huge argument lists, or maybe your
"long_list" wasn't as long as his.
>There is also the -F option to specify the file:
There is also the "-F" option on *some* systems. It is *not* present in
all versions of "tar".
More information about the Comp.unix.questions
mailing list