Ricardo J. Barberis

Authored Comments

Preferably, the script replies off-list ;-)

I'd advise against using PATH as a variable name in any script, as that already is an internal shell variable.

By overriding PATH you are forced to use commands' full path in your script, e.g.: '/usr/bin/find' instead fo simply 'find'.

Cheers!