常用命令替换(sed)sed -i 's#old/string#new/string#g' /etc/nginx/nginx.conf
搜索(grep)grep -nr "text" .
批量(xargs)ls -l|grep ^d|a
2023-05-31