10-24-2018 02:10 PM
I am trying to implement following linux command and moving those files in each directory to s3. Could anyone help me with this?
find . -mmin +60 -type f -not -path ‘*/.*’
I have tried pipeline as below but it doesn’t seem recursively browsing directories.