Re: remove x* and games from my system

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Stuart Henderson <stu@...>
Cc: <misc@...>
Date: Tuesday, May 27, 2008 - 7:27 pm

On Tue, May 27, 2008 at 2:52 PM, Stuart Henderson
wrote:

> On 2008-05-27, Travers Buda wrote:

sure maybe something like:

*untested*
cd / ; for i in $(tar tzf /path/to/game43.tgz) ; do test -f $i && rm $i ;
done

but that's a little heavy and the xargs command should be plenty safe. :-)

-Bryan

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: remove x* and games from my system, Stuart Henderson, (Tue May 27, 5:52 pm)
Re: remove x* and games from my system, Bryan Irvine, (Tue May 27, 7:27 pm)
Re: remove x* and games from my system, Travers Buda, (Tue May 27, 6:50 pm)
Re: remove x* and games from my system, Josh Grosse, (Tue May 27, 7:06 pm)