Linux常用命令

查找目录下的所用文件并且输出到指定文件

find /path -type f > filelist.txt

Unix和windows格式转换

unix2dos filename
dos2unix filename

原文地址:https://www.cnblogs.com/dereklovecc/p/5243125.html