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

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
7번째 줄: 7번째 줄:


==실행예시==
==실행예시==
<source lang='cli'>
<source lang='console'>
[root@zetawiki ~]# yes  
[root@zetawiki ~]# yes  
y
y
15번째 줄: 15번째 줄:
</source>
</source>
:→ {{키|Ctrl|C}} 눌러 중지
:→ {{키|Ctrl|C}} 눌러 중지
<source lang='cli'>
<source lang='console'>
[root@zetawiki ~]# yes hello
[root@zetawiki ~]# yes hello
hello
hello

2016년 3월 29일 (화) 13:12 판

  다른 뜻에 대해서는 밴드 Yes 문서를 참조하십시오.

1 개요

리눅스 yes
/usr/bin/yes
  • 문자열 반복 출력
  • 기본적으로 'y' 를 반복 출력한다.

2 실행예시

[root@zetawiki ~]# yes 
y
y
y
... (생략)
Ctrl+C 눌러 중지
[root@zetawiki ~]# yes hello
hello
hello
hello
... (생략)
Ctrl+C 눌러 중지

3 같이 보기

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