Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    #
    ...
       split m{\s+}, $string;
    
    print for @cmds;
    
  2. or download this
    command1
    command2
    command3
    command4 --some-arg arg --some-other-arg 2
    command5