Displaying 1 result from an estimated 1 matches for "directory_object".
2003 Oct 22
1
Feature Request - Recursive Rsync Parameter - Example Script
...then
# If host is remote, get a file list via rsh
directory_object=`rsh $remote_source_host ls -1p $remote_source_path | grep /`
else...