I often find this line in shell scripts:
find ... |env -i xargs rm -f
Why people want to clean the environment variables before rm files?
Has this line find ...| xargs rm -f any harm?
Thanks in advance.
Best regards, dai Yuwen
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]