Hello, I want to do following by shell script. I have 2 linux servers backup and appl.
I tried few things but as the files are on remote server, I am not able to create the correct script. Thanks, Dip asked 16 Aug '10, 22:32 dip |
assuming hostname is hostname.domain ssh hostname.domain "find /doc/* -ctime -1 -ls" answered 17 Aug '10, 00:59 rfelsburg ♦ |