How do I use the find command to get files

Advertisement

guest1
Joined:
Posts:
1
Location:
Arizona

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?

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum