How to find all files with size greater than say 100MB in hdfs through command line? How to find all files with size greater than say 100MB in hdfs through command line? hadoop hadoop

How to find all files with size greater than say 100MB in hdfs through command line?


you can try this :

hadoop fs find / -type f -size 100 -print \