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