請教sed指令使用 - BBS
By Gary
at 2011-06-02T16:54
at 2011-06-02T16:54
Table of Contents
請教各位大大,
最近自家的SERVER一直被攻擊,
想統計一下,並且整理資料,
在網路上看到這篇文章。
http://chejen-l.blogspot.com/2011_05_01_archive.html
grep 'login error' /var/log/openwebmail.log > auth_error.log
sed ' s/^.* (\[0-9]*\.[0-9]*.\[0-9]*\.[0-9]*\).*/\1/g 'auth_error.log > ip_list.txt
sort ip_list.txt > sort_ip_list.txt
uniq -c sort_ip_list.txt
但是在我的FreeBSD中,第二行指令一直無法成功。
顯示的錯誤訊息為:sed: 1: "s/^.* ([0-9]*\.[0-9]*.\ ...": RE error: parentheses not balanced
不知道是我的系統問題,還是我複製的指令有問題呢?
我的FreeBSD 是6.1,暫時沒打算升級,請大大指導,謝謝。
--
最近自家的SERVER一直被攻擊,
想統計一下,並且整理資料,
在網路上看到這篇文章。
http://chejen-l.blogspot.com/2011_05_01_archive.html
grep 'login error' /var/log/openwebmail.log > auth_error.log
sed ' s/^.* (\[0-9]*\.[0-9]*.\[0-9]*\.[0-9]*\).*/\1/g 'auth_error.log > ip_list.txt
sort ip_list.txt > sort_ip_list.txt
uniq -c sort_ip_list.txt
但是在我的FreeBSD中,第二行指令一直無法成功。
顯示的錯誤訊息為:sed: 1: "s/^.* ([0-9]*\.[0-9]*.\ ...": RE error: parentheses not balanced
不知道是我的系統問題,還是我複製的指令有問題呢?
我的FreeBSD 是6.1,暫時沒打算升級,請大大指導,謝謝。
--
Tags:
BBS
All Comments
Related Posts
freebsd可以以不用驅動直接支援讀卡機?
By Mason
at 2011-05-27T23:10
at 2011-05-27T23:10
無法解析名稱
By Noah
at 2011-05-24T21:57
at 2011-05-24T21:57
無法解析名稱
By Jack
at 2011-05-24T11:51
at 2011-05-24T11:51
無法解析名稱
By Kama
at 2011-05-23T20:43
at 2011-05-23T20:43
無法解析名稱
By Todd Johnson
at 2011-05-22T14:05
at 2011-05-22T14:05