I have 2 files on disk - oldfilename1.bak and oldfilename2.bak
My goal is to rename oldfilename1.bak to newfilename1.bak, oldfilename2.bak to newfilename2.bak
The old file names are held in a text file called - old.txt, contents ( one on each line) :
oldfilename1
oldfilename2
The new file...
Hi,
I need to connect to a ftp server everyday, and get files that have the day's date in their filename:
for eg. xyz-20070716.xml
I have a UNIX script that does it easily as:
date=`date +%m-%d-%Y`
/usr/bin/ncftpget ftp://${user[$i]}:${pass[$i]}@${ftpserver}/*.${date}*
Does anyone know how...
Hello,
With reference to a PIX 525 running ver 6.3(3) -
I have a host (hereafter referred as client) behind this PIX with a static one-to-one NAT.
The client needs to connect via TCP to an external server on a specific port for a proprietary application. The connection is always initiated...
A simple IPSEC tunnel is being set up between a Cisco 7200 router and a Cisco PIX firewall:
While using pre-shared authentication for the ISAKMP SA, this key is used: A3hU!q@Li9f$
The main mode exchange fails at the key exchange, and I receive sanity check failures - which usually points to a...
A simple IPSEC tunnel is being set up between a Cisco 7200 router and a Cisco PIX firewall:
While using pre-shared authentication for the ISAKMP SA, this key is used: A3hU!q@Li9f$
The main mode exchange fails at the key exchange, and I receive sanity check failures - which usually points to a...
hi,
I have a list which contains dates in the format "10-Mar-2006 14:19:06 -0400" or "Fri, 10 Mar 2006 14:19:01 -0400".
How can this be sorted? I need to find the oldest date in this list and have it printed.
Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.