[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Why people use `find ... |env -i xargs rm -f' instead of `find ...| xargs rm -f'?



On Wednesday, March 12, 2003 14:45, Dai Yuwen wrote:
> Why people want to clean the environment variables before rm files?

Some systems have an alias for "rm" that invokes "rm -i".  It's possible that 
running with env -i ensures that the true, unaliased command is run.

-- 
Michael Wardle
Adacel Technologies




Reply to: