in reply to Re^3: spawning shell commands with aliases
in thread spawning shell commands with aliases

He doesn't want to guarantee the same specific options for everyone, he wants to guarantee that each user gets their own preferred options as set in their personal shell's interactive environment. Hypothetical booby-trapped name-alikes in the path are an orthogonal problem to what the OP asked, which was "make a shell command run by my Perl on behalf of user A expand the same as the shell command would when run in A's normal interactive shell".

  • Comment on Re^4: spawning shell commands with aliases