The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Redirection of output to a log file
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Redirection of output to a log file
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
08-21-2008
Franklin52
Moderator
Join Date: Feb 2007
Posts: 4,327
The touch command isn't necessary, the file is created if it's not present.
Does your script echo the messages to stdout/stderr? Try to redirect both the output to the file:
Code:
at -f batch.sh now >> log.txt 2>&1
Regards
Franklin52
View Public Profile
Find all posts by Franklin52
Find Franklin52's past nominations received
Find Franklin52's present nominations given