2
find -printf中%指令的说明
find /tmp -printf '%s %p\n' |sort -n -r | head 该命令可以正常工作,但是%s %p这里使用了哪些选项?还有其他可以使用的选项吗?
20
find