This the script I | The UNIX and Linux Forums. ... #!/bin/ksh mkfifo pipe while (( n <= 10 )) do echo hi >> pipe sleep 1 (( n ++ )) echo $n done.
確定! 回上一頁