Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    print STDERR "PID: $$\n";
    exec @ARGV;
    
  2. or download this
    $ ssh my.host.com tellpid echo 'hello world'
    PID: 15079
    hello world