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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 08-21-2008
JohnCrump JohnCrump is offline
Registered User
  
 

Join Date: Jun 2008
Posts: 8
Redirection of output to a log file

Apologies for the trivial nature of this question but I cannot seem to get a simple re direct to a log file to work

Step 1
touch log.txt
at -f batch.sh now >> log.txt

I am trying to get the batch.sh contents into the log file

Manny Thanks