shell命令学习

1、获取文件夹大小  du

- m  以M显示

-d N 显示层级数

sort -n 排序

adb shell " du -m -d 1 /storage/sdcard0/ | sort -n "

你可能感兴趣的:(shell命令学习)