"리눅스 파일 여러 행 삭제"의 두 판 사이의 차이

 
5번째 줄: 5번째 줄:
sed -e '5,10d;12d' file
sed -e '5,10d;12d' file
</syntaxhighlight>
</syntaxhighlight>
==같이 보기==
* [[리눅스 파일 행 삭제]]


[[분류: sed]]
[[분류: sed]]
[[분류: 리눅스 멀티라인]]
[[분류: 리눅스 멀티라인]]

2024년 2월 19일 (월) 17:49 기준 최신판

1 개요[ | ]

리눅스 파일 여러 행 삭제
sed -e '5,10d;12d' file

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}