Search Results

Search: Posts Made By: Atp3530
1,006
Posted By Atp3530
Help On RSYNC SCRIPTING
My Script as below

#######
#!/usr/bin/ksh
DIR=$1
MN=`echo $1 | awk -F'/' '{print $NF}'`
LF=./rsynclog
RSYNC=/usr/local/bin/rsync

mv $LF.$MN $LF.$MN.prev
compress $LF.$MN.prev

$RSYNC...
1,300
Posted By Atp3530
Help Needed on RSYNC
My Script as below

#######
#!/usr/bin/ksh
DIR=$1
MN=`echo $1 | awk -F'/' '{print $NF}'`
LF=./rsynclog
RSYNC=/usr/local/bin/rsync

mv $LF.$MN $LF.$MN.prev
compress $LF.$MN.prev

$RSYNC...
Forum: IP Networking 07-06-2014
1,587
Posted By Atp3530
Issue with FTP?
HI Guys,

Issue::

While doing bye command on ftp, it just hings as below untill you try Ctrl+C

891 bytes received in 0.0017 seconds (526.16 Kbytes/s)
ftp> bye
221-You have transferred 0...
916
Posted By Atp3530
Thanks a lot Corona688.It workout well and good :)
Thanks a lot Corona688.It workout well and good :)
916
Posted By Atp3530
Passing variable as a file-Scripting Help
Hi Guys,

i have a file where data is in the below format::

data1 data2
data3 data4
data4 data6

my script written as::

#!/bin/ksh
cd $1
at now <<END

sh $2
END

Here i want to...
Showing results 1 to 5 of 5

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