On Mon, Jul 04, 2005 at 09:00:18AM +0100, unixadmin99 wrote: > Oops! > Accidently emptied half the contents of src.tar.gz into /usr/bin while > undergoing an install under the intoxication of sleep. > What's the most efficient way of rectifying this?
Something like.. tar tvfz src.tar.gz | xargs rm -f should work... -- Thanos Tsouanas .: Sians http://thanos.sians.org/ .: http://www.sians.org/

