Search Results

Search: Posts Made By: tomkuria64
3,328
Posted By tomkuria64
Try this ftp -inv $HOST << END_SCRIPT ...
Try this

ftp -inv $HOST << END_SCRIPT
user $USER $PASSWD
cd $REMOTEPATH
mget $FILE
bye
END_SCRIPT
exit 0


Regardz,
Tom
29,515
Posted By tomkuria64
Below is another variant ls -ltR /path
Below is another variant

ls -ltR /path
14,293
Posted By tomkuria64
Amit, Try using the below in your script ...
Amit,

Try using the below in your script

timeparam=$1
ls Acc* | while read filename
do
firstname=`echo $filename | awk -F'_' '{print $1}'`
lastname=`echo $filename | awk -F'_' '{print...
Showing results 1 to 3 of 3

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