How do I use the find command to get files
I am attempting to download files on the remote server using the find command. When I run the command below, I get the files that have changed/created in the past 24 hrs
->call find . -mtime 0
But when I attempt to wrap this into a find command this does not work
-> get | call find . -mtime 0
Any suggestion on what I am doing wrong?
->call find . -mtime 0
But when I attempt to wrap this into a find command this does not work
-> get | call find . -mtime 0
Any suggestion on what I am doing wrong?