紹介マニアMoinMoin

概要

URL

先頭行を削除

# 先頭1行を削除
sed -i "1d" hoge.txt

{{{
# 先頭1行から11行までを削除
sed -i "1,11d" hoge.txt

}}}

参考サイト

http://www.chimimo.com/sed/

http://www.linux.or.jp/JM/html/GNU_sed/man1/sed.1.html

http://hp.vector.co.jp/authors/VA000770/sedlec/

http://www.treetop.to/Linux/sed.html


CategoryPrograming CategoryUnix

紹介マニアMoinMoin: SED (last edited 2010-01-20 10:09:08 by sakito)