Search Results

Search: Posts Made By: rimob
Forum: AIX 09-07-2016
3,531
Posted By rbatte1
I'm a little confused as to what this means. Can...
I'm a little confused as to what this means. Can you post your code (wrapped in CODE tags) then show us the input you have and the expected output & errors you are getting (all wrapped in CODE tags...
Forum: AIX 07-20-2016
2,991
Posted By RudiC
gawk is the GNU variant of the awk command which...
gawk is the GNU variant of the awk command which is a versatile text processing tool. In above script, the first gawk removes all lines from stdin that don't contain the <!--.*--> string, where .* is...
Forum: AIX 07-18-2016
4,300
Posted By MadeInGermany
Do you really have 6 time fields? Should be 5,...
Do you really have 6 time fields?
Should be 5, like this
07 08 * * 1-5 . /etc/profile.sas; /data/work/cr_folder1.sh > /data/work/cr_folder1.out 2>&1
Forum: AIX 07-18-2016
4,300
Posted By bakunin
Good catch! I have oveerseen that, my bad. ...
Good catch! I have oveerseen that, my bad.

bakunin
Forum: AIX 06-13-2016
1,708
Posted By filosophizer
try topas or nmon shows you what you are...
try topas or nmon
shows you what you are looking for.
1,894
Posted By bdittmar
Example
Hello,

something like .

00 18 * * 1-5 export USER=jobs110;sh /erpln/bse/etc/rc.startjob 110-00-0003

or

* * * * * /usr/bin/ksh...
1,894
Posted By Corona688
cron is run with an extremely limited PATH...
cron is run with an extremely limited PATH environment, quite probably your script isn't finding commands its trying to run.

You might try something like

* * * * * . /etc/profile ;...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 08:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy