As said by @ikkachu, tail -f is an infinite process. However you may use the inner loop to initiate the breaking: while : do tail -f ...
確定! 回上一頁