Help for this page

Select Code to Download


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