Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Automating a shell session: cd does not work

by pokki (Monk)
on Jan 02, 2013 at 15:03 UTC ( [id://1011285]=perlquestion: print w/replies, xml ) Need Help??

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
    
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1011285]
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-19 08:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found