Complete.Org: Mailing Lists: Archives: discussion: January 1999:
Re: [aclug-L] Crontab entry
Home

Re: [aclug-L] Crontab entry

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: [aclug-L] Crontab entry
From: John Phillips <jphillip@xxxxxxxxxxxxx>
Date: Wed, 20 Jan 1999 23:25:04 -0600 (CST)
Reply-to: aclug-L@xxxxxxxxxxxx

&1 sends standerr output along the same route.  Usually this command is
suffixed with a file name, which can be perused later with an editor



On Wed, 20 Jan 1999 Todd_Lundstedt@xxxxxxxxxxxxxxx wrote:

> 
> We have several crontab entries that look like this (this is AIX, but it
> should be pretty similar, eh?)...
> 
> 5 * * * * /path/command >/path/output 2>&1
> 
> I understand this will run "command" every day at 00:05, redirect the
> standard output to /path/output (ie /dev/null or some file).  The "2>"
> redirects the error output to a path similar to ">", in these cases it
> redirects to "&1".  What is "&1" representing????
> 
> 
> ---
> This is the Air Capital Linux Users Group discussion list.  If you
> want to unsubscribe, send the word "unsubscribe" to
> aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
> message to aclug-L@xxxxxxxxxxxx.
> 

---
This is the Air Capital Linux Users Group discussion list.  If you
want to unsubscribe, send the word "unsubscribe" to
aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
message to aclug-L@xxxxxxxxxxxx.



[Prev in Thread] Current Thread [Next in Thread]