linux命令行精选网
查看新浪微博主页linux命令行精选网
ps axu | grep [a]pache2 查看进程时候避免自己被grep 到 原微博 linux命令行精选网
man then type h 学习如何在man page中搜索和浏览 原微博 commandlinefu
for i in *RET.zip; do unzip -l "$i"| grep -B 4 XXX | grep RET| sed "s/.\+EPS/EPS/" |xargs -I '{}39; cp '{}39; out/'{}39;;done; 复制包含XXX 的zip查看全文>> 展开全文原微博 commandlinefu
nc -zw2 www.example.com 80 || echo http service is down | mail -s 'http is down39; admin@example.com 简单的监控检查服务器是否up 原微博