Search Results

Search: Posts Made By: karver
1,777
Posted By karver
Your cron entry will be something like this: ...
Your cron entry will be something like this:

0 12 * * 3 <scriptpath/scriptname>

0 = minutes (0-59)
12 = hour (0-23)
1st * = day of month (1-31)
2nd * = month (1-12)
3 = day of the week...
3,159
Posted By karver
using awk in a for loop (getting ksh variable)
Hi,

I've tried searching the forums for a case similar to mine but was unsuccessful. This is my first time to use awk so any help would be really appreciated :)

I have one file containing...
2,768
Posted By karver
I want to accomplish the same thing as Nischal,...
I want to accomplish the same thing as Nischal, if anybody can shed light as to what's wrong with my script, I would appreciate it :)

Here is what i want to do, ftp a file to a server then if...
22,145
Posted By karver
Hi, In this thread a code was suggested by...
Hi,

In this thread a code was suggested by Jim in this manner


#inside child script
mypid=$$
echo "PID=$mypid" > /tmp/pidfile
# the pid of the child is now recorded in /tmp/pidfile

...
Showing results 1 to 4 of 4

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