On Wednesday, June 23, 2010 00:42:19 Bob Proulx wrote:
>   $ env -i HOME=$HOME PATH=$PATH env | wc -l

since the args are being passed on the command line and the shell itself isnt 
evaluating it, you'll want to make sure to quote them if you have spaces:
$ env -i HOME="$HOME" PATH="$PATH" env | wc -l

otherwise, not much else to add to Bob's fairly complete response
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to