linux command

yes

Linux Command – yes ใช้ในการแสดงข้อมูล text ที่ต้องการวนซ้ำไปเรื่อยๆ

คำสั่ง

yes

$ yes
y
y
y
...

 

yes <text>

$ yes hello
hello
hello
hello
...

 

โครงสร้างคำสั่ง

 yes [STRING]...
 yes OPTION

 

รายละเอียด

เป็นคำสั่งที่ใช้ในการแสดงข้อมูล text ที่ต้องการวนซ้ำไปเรื่อยๆ ไม่มีวันจบจนกว่าจะทำการ break หรือ kill ด้วย user

 

Option

 --help display this help and exit

 --version
 output version information and exit

 

กลุ่มคำสั่ง

 

Reference:

คำสั่ง Unix – Linux Command

Linux, Unix

 

Author: Suphakit Annoppornchai

Credit: https://saixiii.com

Leave a Reply