shell學習

腳本調試: sh -x   test.sh   一 、shell基礎 1、history    => !!   /  !n  /!字符串 2、alias       => alias ls='ls -al' 3、通配符     => * / ? 4、輸入輸出重定向  => <  /  >  / 2> / >> 5、管道  | 6、進程控制  ctrl + z(暫停)  / ctrl + c(終止)
相關文章
相關標籤/搜索