Recursive directory browsing
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
0 REPLIES 0
