Latest posts by jyothsna_guduri

User Activity

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 direct...