The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 01-18-2008
jimmershere jimmershere is offline
Registered User
 

Join Date: Sep 2006
Posts: 1
Yes, I was thinking the same /similar thing......something like:

status=$?
if [status != 0]
then print "$(date) File copy to blah failed" > logfile.log
Reply With Quote