Help for this page

Select Code to Download


  1. or download this
     my $cmd    = `ps -o args $$ | grep CJ.pl`;
            my @cmd = split(/\s/,$cmd);
    ...
            }
    
     print "$cmdline\n";