Help for this page

Select Code to Download


  1. or download this
    #!/bin/bash
    
    ...
    re: date:        .*
        summary:     created repo and added a file
    
  2. or download this
    # cd /tmp
    # hg --version
    ...
    # cat content
    # STDERR: cat: content
    # STDERR: : No such file or directory
    
  3. or download this
    my ($input, $output, $errput);
    my $subprocess = start([ '/bin/bash' ],
    ...
        # munge $expected_output and compare stuff
    
    }