gmgitx / BLOG_natural_science

精于勤,荒于嬉;行成于思,毁于随。 韩愈
GNU General Public License v3.0
0 stars 0 forks source link

linux常用 #19

Open gmgitx opened 5 years ago

gmgitx commented 5 years ago

19

gmgitx commented 5 years ago

#比较两个文件是否相同 #md5sum文件的数字指纹 md5sum filetohashA.txt filetohashB.txt filetohashC.txt > hash.md5 顺序变动也不行

Linux Shell 截取字符串 linux文件名通配符

#查看文件大小,你想要的 ll -h ls -l --block-size=M

#文件权限设置 chmod g-rw .R chmod o-r .R