Help for this page

Select Code to Download


  1. or download this
    $ perl -MConfig -le'print $Config{sh}'
    /bin/sh
    
  2. or download this
    system('/bin/ksh', '-c', '. /env.ksh ; shellFunction');   # Good
    system('/bin/ksh -c ". /env.ksh ; shellFunction"');       # Poor