Linux show files in directory larger than 1 GB and show size

后端 未结 0 1182
日久生厌
日久生厌 2020-12-05 05:50

I am trying to find a command that displays files larger than 1 GB and displays those files ordered by size. I have tried find . -maxdepth 2 -type f -size +1G -print0

相关标签:
回答
  • 消灭零回复
提交回复
热议问题