Shell笔记 博客分类: Linux bashpinggrep
程序员文章站
2024-03-20 18:51:22
...
1、给ping加上时间
#!/bin/bash ping -c3 192.168.0.8 | grep 'ttl' | awk '{now=strftime("%Y-%m-%d %H:%M:%S "); print now $0}'
2、日志处理
# mv machine.log machine.log.2011-10-19 cat machine.log* | grep FAILED > FAILED.log awk -F, '{print $2}' FAILED.log | uniq > card.txt while read card;do cat machine.log* | grep -a $card > $card.log;done < card.txt
下一篇: 关于java中自定义异常怎么定义
推荐阅读
-
Shell笔记 博客分类: Linux bashpinggrep
-
Oracle性能优化笔记——并行&位图索引 博客分类: Coding建议 Oracle
-
Bootstrap笔记(四) 博客分类: Coding bootstrap
-
使用putty运行GUI程序 博客分类: Linux SSH应用服务器Windows
-
内网通过代理使用apt-get安装软件 博客分类: linux apt-get代理
-
VNC Viewer 10061, connection refused 博客分类: Linux linux vncviewer 防火墙 10061
-
Git -版本控制工具 博客分类: Linux git
-
Git Wiki 博客分类: Linux gitwebsite deploy
-
国内Rubygems.org速度过慢问题 博客分类: linux互联网观察 rubygemsgfwruby配置
-
/var/lock/subsys作用 博客分类: linux