shell死循環(while&&for)

#!/bin/bash while [ 1 ] do sleep 1 adb logcat -v time done #!/bin/bash for ((;;)) do sleep 1 ifconfig done
相關文章
相關標籤/搜索