"리눅스 ed"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
 
28번째 줄: 28번째 줄:
*[[켄 톰프슨]]
*[[켄 톰프슨]]


==참고 자료==
==참고==
*https://en.wikipedia.org/wiki/Ed_(text_editor)
*https://en.wikipedia.org/wiki/Ed_(text_editor)


[[분류: 편집기]]
[[분류: 편집기]]
[[분류: /bin]]
[[분류: /bin]]

2017년 7월 11일 (화) 03:43 기준 최신판

1 개요[ | ]

리눅스 ed
/bin/ed

2 실행 예시[ | ]

[root@zetaweb ~]# ed
a
hello world
.
w greet.txt
12
q
[root@zetaweb ~]# cat greet.txt 
hello world

3 같이 보기[ | ]

4 참고[ | ]

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