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.
'rm -i -f' is equivalent to 'rm -f'...
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]