- or download this
ls -al "file 1" "file'2" ; cat /etc/passwd
- or download this
ls '-al' 'file 1' 'file'\''2' ';' 'cat' '/etc/passwd'
- or download this
#!/usr/bin/perl
# used http://www.cs.hmc.edu/courses/2003/spring/cs60/fsm.pdf
...
$arg .= $c;
}
print "$res\n";