touch mod.sh
chmod +x mod.sh
vim mod.sh
#/bin/bash
stat $1 | sed -n '4p' | cut -d '/' -f 1 | cut -d '(' -f 2
./mod.sh 2.txt
#/bin/bash
stat $1 | sed -n '4p' | cut -d '/' -f 1 | cut -d '(' -f 2
./mod.sh 2.txt
1728
1119
9408

被折叠的 条评论
为什么被折叠?