The output is#!/usr/bin/perl my $cmd = qq|/bin/bash -ic untouchable john mike bill|; print $cmd; system ($cmd);
Somehow the arguments john mike bill are getting lost./bin/bash -ic untouchable john mike billStarting... done!
In reply to Re^2: Unsuccessfully passing arguments to a bash command
by zapatafa
in thread Unsuccessfully passing arguments to a bash command
by zapatafa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |