home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 4
/
DATAFILE_PDCD4.iso
/
unix
/
armlinux
/
alpha
/
PARTITIONS
/
USR_GZ
/
usr
/
bin
/
untarmail
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-09
|
174 b
|
8 lines
if test $# -ge 1; then
atob < $1 | uncompress | tar xvpf -
mv $1 /usr/tmp/$1.$$
echo tarmail file moved to: /usr/tmp/$1.$$
else
atob | uncompress | tar xvpf -
fi