Subject: Re: sun-lamp CVS commits
To: Gordon Ross <gwr@mc.com>
From: Bill Sommerfeld <sommerfeld@orchard.medford.ma.us>
List: current-users
Date: 10/04/1995 18:50:42
-----BEGIN PGP SIGNED MESSAGE-----
> but not have to store the tar images locally. Would this work?
>
> # mkfifo /dev/pipe
> # tar xfp /dev/pipe &
> # ftp ...
> ftp> get some_tar_image /dev/pipe
Actually:
# ftp ...
ftp> get some_tar_image "|tar xfp -"
will do the trick without the need for a FIFO..
- Bill
-----BEGIN PGP SIGNATURE-----
Version: 2.6.1
iQCVAwUBMHMPv7T+rHlVUGpxAQHvYgP+JnyGhBRbXBBMRdMUb0NQxDMkmsRMGifn
Vk6FleD946iqAmeE1Mk7zx746QL2NTFDgWc9U7R3c5X9UHvF/Bmz6urFs284H5Z6
h7W3LMU55ryA4SfVi+BbMCyC5fp/QH6U3BRKddqV88CA3Z/GzWZyGJHx+X2w7toZ
Tv96fEarpm4=
=vt+X
-----END PGP SIGNATURE-----