日期:2014-05-16 浏览次数:20544 次
压缩、解压缩命令
HERE
?
软件的更新:
命令:yum
详细:man
?
grep
#1 错误提示 Binary file (standard input) matches
原因:grep认为这是二进制文件,解决方案:grep -a。
解决:grep -a "key" xxx.log
#2 -P 用perl正则表达式替换grep默认的正则式,对熟悉perl的guys很不错~
?
?
?
?
?
?
?