Search Results

Search: Posts Made By: saikiran_1984
1,009
Posted By panyam
Something like this: start_time="0502" ...
Something like this:


start_time="0502"
end_time="0504"
awk -v va1=$start_time -v va2=$end_time '{p=substr($2,1,2)substr($2,4,2); if(p>=va1 && p<=va2) { print $0 } }' input_file


A...
Forum: AIX 09-28-2010
23,866
Posted By frank_rizzo
yes but make sure you restart cron on the target...
yes but make sure you restart cron on the target server. the best way to do it is to have the user copy it and install it.

eg.
crontab -l > crontab.backup
scp crontab.backup user@target:.
ssh...
0
173,828
Posted By Perderabo
cron and crontab
We have hundreds of threads involving cron and crontab. Rather than creating a post with dozens of links, I thought I'd just write up a tutorial with only a few selected links.

The Basics
...
Showing results 1 to 3 of 3

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