Help for this page

Select Code to Download


  1. or download this
    C:\temp> pwd; pwd
    
  2. or download this
    C:\temp> perl -e 'system("pwd; pwd");'
    
  3. or download this
    C:\temp> echo 1; echo 2; echo 3
    
  4. or download this
    $ perl -e 'my @cmds = ("echo 1", "echo 2", "echo 3", "pwd", "pwd"); sy
    +stem $_ for @cmds'
    1
    ...
    3
    /Users/ken/tmp
    /Users/ken/tmp