FILES=$(find . -type f -name '*' -printf "%s/%f\n" | sort -n). The output should be: "size/file_name" 56872/file.txt 98566/test 1000254/foo.
確定! 回上一頁