星期二, 6月 05, 2007

用 sed 刪除包含某字串的行

sed -e /searchString/d -i filename

searchString 就是要找的字串
d 就是刪除一行
filename 就是要處理的檔案

沒有留言: