- Learning Linux Shell Scripting
- Ganesh Naik
- 77字
- 2021-06-25 22:02:54
Command1 & command2
The first command is started in the background to continue until it has finished; immediately after starting the first command, the second command is started and it
will run in the foreground:
$ find / -name "*.z" & ls ---------------- ----- Command1 command2
In the preceding example, the first command, find, will start running in the background and, while the find command is running in the background, the ls command will start running in the foreground.
推薦閱讀
- 平面設計初步
- 樂高機器人EV3設計指南:創造者的搭建邏輯
- 離散事件系統建模與仿真
- Visual Basic從初學到精通
- 空間站多臂機器人運動控制研究
- Word 2007,Excel 2007辦公應用融會貫通
- Working with Linux:Quick Hacks for the Command Line
- Red Hat Enterprise Linux 5.0服務器構建與故障排除
- Mastering DynamoDB
- JSP通用范例開發金典
- R Statistics Cookbook
- 玩轉機器人:基于Proteus的電路原理仿真(移動視頻版)
- 網絡規劃與設計
- Flash 8中文版全程自學手冊
- 仿龜機器人的設計與制作