Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Find files bigger than 2 hours

avatar
Explorer

Hi 

I am trying to run this command in hdfs to find files older that 2 hours.

 

hdfs dfs -find /path/* -name "*.log.*" -mmin +120

 

but it doesnt recognizes -mmin. How can I achieve that?

1 REPLY 1

avatar
Expert Contributor