Search Results

Search: Posts Made By: maverick
4,047
Posted By maverick
it should be archive not download
hi oombra
first of all sorry for the confusion
yes indeed iam checking files in archive folder

actually iam moving files from download dir to archive folder
after inserting the date time stamp....
4,047
Posted By maverick
to check redundant file names
hi
i have a very simple problem
iam moving files from download to archive folder
but before such a transfer want to make sure no two file of same
are present in my download directory
how to...
19,415
Posted By maverick
thanks
issue is resolved thanks
copied files had the datestamp when they were copied
and the files that were not copied but moved
we can know the date of movement by
ls -lc

thanks ygor
19,415
Posted By maverick
still more problem
ok some of the files have been renamed also
i know the new name i mean which all files have been renamed can i get the date when they were moved even if i know when they were renamed i will have...
19,415
Posted By maverick
want to know when file was moved
hi some body has moved my file "x " into some other directory
now i am having problem as to when that file was moved remember its not copy its move so time and date stamp remains same .is there any...
6,097
Posted By maverick
my script
this is how my script looks

USER=devops
PASSWD=*secret*
HOST=1.23.101.77


ftp -ivn << EOF
open $HOST
user $USER $PASSWD

cd /HOME/proddata
put fbdemo.dat
bye
EOF




I edited...
6,097
Posted By maverick
i have removed all comments i am not making a...
i have removed all comments
i am not making a log file also!!!
does it make any diff?
thanks again
6,097
Posted By maverick
tikual when i run the script using ksh -x...
tikual
when i run the script using ksh -x <script name>
it says the ftp server ready and after that says password required for devops with cursor blinking at the end of
password:
even after...
6,097
Posted By maverick
gr8
tikual
script looks great :-))
wat is -ivn for ?
anyway
looking for man entry;-)
thanks buddy
6,097
Posted By maverick
if u r talking about the file name it is...
if u r talking about the file name it is fbdemo.dat
actually there are 8 files in archive folder which need to be moved
from source IP to destination IP
i hope this info will do

thanks again
6,097
Posted By maverick
yes i want a script which should run in the...
yes i want a script which should run in the source ip from where i want the transfer
it should transfer the file to the destination IP
can u elaborate on how to use ftp in the SHELL script...
6,097
Posted By maverick
move from one IP to another >ystrdays file
hi forum
here is the problem i want to move ystrdays file (kept in my archive folder) from my develpment server(having a particular IP ddress) to my production server (having another IP address)
...
3,114
Posted By maverick
google iam sure this is a very effective solution...
google iam sure this is a very effective solution but what i want is some command and not a shell script something using pipes
which i can run in any directory without bothering to change the ...
3,114
Posted By maverick
google i think i was not clear it is not a single...
google i think i was not clear it is not a single file that arrives

-rw-r--r-- 1 comprod commercial 2417281 Nov 6 09:15 fbdemo.01.20031106:09:15:49
-rw-r--r-- 1 comprod commercial 51873...
3,114
Posted By maverick
want to delete timestamp from todays file
i want to delete the time stamp from the file which have a date of yester day
640878 Nov 6 09:08 fbres.01.20031106:09:08:30
here is what my ls -lt command shows in current directory
it want it to...
14,012
Posted By maverick
plz elaborate
can u elaborate on -newer option!!!
thanks
14,012
Posted By maverick
delete files one day old in current month only
i want to delete files that are one day old
condition is files should be of current month only ie if iam running script on 1 march it should not delete files of 28 feb(29 if leap year :-)}
any...
36,473
Posted By maverick
to find file in DIR use find $DIR -type f...
to find file in DIR
use
find $DIR -type f -atime +30 -print
hope it will suffice
1,544
Posted By maverick
thanx for the solution
thanx for the solution
1,544
Posted By maverick
want to list with a date
hi
i want date in the format dd/mm/yyyy as the prefix to my file and then want to list for the file pretaining to particular day using any simple command like ls -lt etc
like if i want a listing...
Showing results 1 to 20 of 20

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