Search Results

Search: Posts Made By: u404339
2,396
Posted By u404339
I guess your backup filenames has the date...
I guess your backup filenames has the date included, because if I'm not wrong the ftp-ls command doesn't accept options.

$ ftp -n Ftp_server << END | tail -4
> user Username Password
> cd...
1,093
Posted By u404339
This is a little modification of jim mcnamara...
This is a little modification of jim mcnamara solution, I've just included the letter matching.
awk '{for(i=1;i<length($0);i++) if(substr($0,i,1) ~ "[A-Za-z]") print substr($0,i,1)}' inputfile >...
Showing results 1 to 2 of 2

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