Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tof
  • Content: Threads
  • Order by date
  1. tof

    ERRNO

    Hello, i have a little problem with the ERRNO variable. I am create this script ( named test.sh ) : #!/bin/ksh export ERRNO=0 echo "\$ERRNO : $ERRNO" rm -f /tmp/file.txt echo "\$ERRNO : $ERRNO" . /tmp/essai.sh ( The /tmp/file.txt does not exist ) And in /tmp/essai.sh ...

Part and Inventory Search

Back
Top