歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux基礎 >> Linux服務器

Linux下命令排列、調度與替換

 1.命令排列

    command1;command2;……

    command1 && command2 && ……

    command1 || command2 || ……

    2.命令調度

    前台運行

    後台運行: &

    3.命令替換

    command1 $(command2)

    例如:vi $(locate tdscdma.c)

Copyright © Linux教程網 All Rights Reserved