----查找字符串
find solrcloud -type f | xargs grep 50412
----查杀某个端口的进程
ps -ef|grep redis|grep 6902|awk '{print $2}'|xargs kill -9
----批量替换某文件的内容
sed -i "s/67.102/51.172/g" sentinel.conf
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/28686045/viewspace-2147736/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/28686045/viewspace-2147736/