system()
Hi,
Thanks in advance
using knoppix 5.2
myscript
tried foll.
cmd="ls -l"
system($cmd)
cmd = "ls -l" #with spaces
system($cmd)
$cmd="ls -l"
system($cmd)
cmd="ls -l"
system(cmd)
cmd="ls -l"
system(cmd)
i.e all poss. permutations. also tried pwd other cmnds.
errors for all
Appreciate help
thanks
al
|