"sed" in Korean
Definition
‘sed’는 유닉스와 리눅스에서 텍스트 파일을 검색, 대체, 삭제 등 자동으로 처리하는 명령줄 도구입니다.
Usage Notes (Korean)
‘sed’는 주로 프로그래머나 시스템 관리자들이 사용하며, 일반 영어 단어가 아닌 기술 용어입니다. 보통 소문자로 쓰며('sed -i' 등), 영어의 'see'의 과거형 'saw'와 혼동하지 마세요.
Examples
The sed command can replace words in a text file automatically.
**sed** 명령어로 텍스트 파일의 단어를 자동으로 바꿀 수 있습니다.
You can use sed to delete lines that contain errors.
**sed**를 사용해서 오류가 있는 줄을 삭제할 수 있습니다.
I learned how to use sed in my programming class.
나는 프로그래밍 수업에서 **sed** 사용하는 법을 배웠다.
If you want to quickly fix typos across many files, sed is super handy.
여러 파일의 오타를 빠르게 수정하고 싶을 때 **sed**가 정말 유용해요.
He showed me a cool sed trick to swap first and last names in a list.
그는 리스트에서 이름과 성을 바꿔주는 **sed** 트릭을 보여줬다.
Whenever I need to edit a giant log file, I just run sed and it does the job in seconds.
거대한 로그 파일을 편집할 때마다 나는 그냥 **sed**를 돌리면 몇 초 만에 끝난다.