shell 常用命令
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell 常用命令相关的知识,希望对你有一定的参考价值。
1/常用替换
sed -i ‘s/172.16.101.178/192.168.20.32/g‘ /usr/local/nginx/nginx.conf
2/常用添加
cat >/usr/local/redis/etc/redis.conf<<EOF
daemonize yes
port 6379
timeout 60
loglevel warning
databases 16
EOF
以上是关于shell 常用命令的主要内容,如果未能解决你的问题,请参考以下文章
[Linux Shell学习系列三]常用Shell(Bash)命令-其他常用命令