Xref: utzoo comp.unix.wizards:22365 comp.unix.questions:22769 Path: utzoo!attcan!uunet!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!uflorida!ziggy!ssi From: ssi@ziggy.EDU (Ssi) Newsgroups: comp.unix.wizards,comp.unix.questions Subject: tar -r on a diskfile/tar arg too long Keywords: tar -r on disk file Message-ID: <1339@ziggy.EDU> Date: 7 Jun 90 21:17:39 GMT Organization: University of South Florida, Tampa, Fl Lines: 26 Does anyone know any draw backs/problems with using the -r option of tar(1) on disk files, as in: cat /dev/null > TARFILE tar -cvf TARFILE long_list <<-- table of contents as first file for i in `cat long_list` do tar -rvf TARFILE $i <<-- append each file to TARFILE done tar -cvf /dev/rmt0 TARFILE <<-- put the whole thing to tape rm TARFILE note: tar -cvf /dev/rmt0 `cat long_list` Would give tar argument too long error. Greg Ripp (813)628-6100 x5123 greg@system1.usfvax2.edu ...!uunet!ateng!usfvax2!system1!greg