#

變量傳遞

  • while read 循環(huán)變量傳遞

    while.sh的內(nèi)容:cat while.sh #!/bin/bashA=1pstreecat 1.txt | while read line;do#起了子進(jìn)程,看如下pstreepstr

    作者:gaozhe123
    2020-06-12 03:54:28