shell死循环(while&&for)

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