use the multi-argument form of system, exec, open to invoke bash:
You can even pass args without escaping this way:
system( 'bash', '-c', '...', 'dummy', @args );
In reply to Re^3: The problem of "the" default shell
by ikegami
in thread The problem of "the" default shell
by afoken
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |