delete specific line from a file in linux

1. n: the number of line

sed 'nd' filename
(just print)

sed -i 'nd' filename
(change file)

2. word: the word contained in line which I want to delete

sed '/word/d' filename
(just print)

sed -i '/word/d/ filename
(change file)


Thanks,

JF

댓글

이 블로그의 인기 게시물

미국 포닥, 한국으로 돌아가는 이유? (Why do postdoc go back to Korea?)

미국 포닥 월급 생활비, 일리노이 텍사스 포닥 (Illinois, Texas Postdoc Living Cost)

J1 미국 포닥, 미국 영주권 (EB2) 신청 및 승인 후기 (첫번째. J1 비자)