osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)
This commit is contained in:
25
pages.ko/osx/ed.md
Normal file
25
pages.ko/osx/ed.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# ed
|
||||
|
||||
> 오리지널 유닉스 텍스트 편집기.
|
||||
> 같이 보기: `awk`, `sed`.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/ed/manual/ed_manual.html>.
|
||||
|
||||
- 빈 문서로 대화형 편집기 세션 시작:
|
||||
|
||||
`ed`
|
||||
|
||||
- 빈 문서로 특정 [p]프롬프트와 함께 대화형 편집기 세션 시작:
|
||||
|
||||
`ed -p '> '`
|
||||
|
||||
- 빈 문서로 진단, 바이트 수, '!' 프롬프트 없이 대화형 편집기 세션 시작:
|
||||
|
||||
`ed -s`
|
||||
|
||||
- 특정 [f]파일 편집 (로딩된 파일의 바이트 수를 표시):
|
||||
|
||||
`ed {{경로/대상/파일}}`
|
||||
|
||||
- 모든 줄에서 문자열을 특정 교체문으로 대체:
|
||||
|
||||
`,s/{{정규_표현식}}/{{교체문}}/g`
|
Reference in New Issue
Block a user