I need help with a linux script to find, zip and ftp to a windows based cluster on a particular drive. I want to find "yesterdays" file ending in 2005-09-05
to find the file I have tried
find /home/path/to/file/server.log.'date --date='yesterday' '+%Y%-%m-%d' (this doesn't seem to find the file).
Then would I pipe that into gzip??
Some help in the right direction would be great. Thanks
to find the file I have tried
find /home/path/to/file/server.log.'date --date='yesterday' '+%Y%-%m-%d' (this doesn't seem to find the file).
Then would I pipe that into gzip??
Some help in the right direction would be great. Thanks