Feb 24, 2023 + 290 字 Linux常用命令记录 1.查找当前目录下所有的php文件中包含xxx的行find ./ -name "*.php" | xargs grep 'xxx'2.查找当前目录下的文件find ./ -n...