Search Results

Search: Posts Made By: deking
7,742
Posted By deking
Copying dir (and sub dir) file names from ftp server to txt file in diff server
Hey all,

i want to copy only the file names from an ftp server (directory and all sub directory) to a text file in another server (non ftp), i.e. i want to recursively move through directories...
7,142
Posted By deking
you will not believe this simple line worked...
you will not believe this simple line worked perfectly


touch -d "$date_start" ./tmp1
touch -d "$date_end" ./tmp2

ls -lrt | awk '$9 ~ /tmp1/ , $9 ~ /tmp2/' | awk '{print $9}'>tmpfile

...
7,142
Posted By deking
thank you for all your time franklin52
thank you for all your time franklin52
7,142
Posted By deking
i still have a small problem .... the 6th column...
i still have a small problem .... the 6th column is the year (i.e. 2007) so the files are still scattered... i want the file ordered like

(i.e. these are the names of the data files)
...
7,142
Posted By deking
Thank you so much!!!!! this is a useful forum
Thank you so much!!!!! this is a useful forum
7,142
Posted By deking
sorting files with find command before sending to text file
i need help with my script....
i am suppose to grab files within a certain date range
now i have done that already using the touch and find command (found them in other threads)

touch -d...
Showing results 1 to 6 of 6

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