Search Results

Search: Posts Made By: spatra
4,434
Posted By spatra
Pulling a list of files from FTP site in a shell script
Hi,

I am writting a shell script which will pull a list files (mentioned in one file 1.txt) from external FTP site (for ex: ftp://abcd.efghijk.com/). The 1.txt is in my local unix directory. I...
30,511
Posted By spatra
mget ftp command options
Hi,

I am using mget ftp command to pull a bunch of zip files from Windows to local unix machines. It is working fine as follows.

-rw------- 1 autosys autosys 614 Aug 19 13:13 02034128.zip...
22,166
Posted By spatra
mget ftp command options
Hi,

I am using mget ftp command to pull a bunch of zip files from Windows to local unix machines. It is working fine as follows.

-rw------- 1 autosys autosys 614 Aug 19 13:13...
18,371
Posted By spatra
I got it. echo "YYYYMMDD" | awk '{ print...
I got it.

echo "YYYYMMDD" | awk '{ print substr($0,1,4)"."substr($0,5,2)"."substr($0,7,2) }'
18,371
Posted By spatra
how to convert the string YYYYMMDD into YYYY.MM.DD
how to convert the string YYYYMMDD into YYYY.MM.DD

Please advice
Showing results 1 to 5 of 5

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