- 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.
推薦閱讀
- Big Data Analytics with Hadoop 3
- WOW!Illustrator CS6完全自學寶典
- 手把手教你學AutoCAD 2010
- 網絡綜合布線技術
- 數據產品經理:解決方案與案例分析
- 信息物理系統(CPS)測試與評價技術
- MATLAB/Simulink權威指南:開發環境、程序設計、系統仿真與案例實戰
- 電腦上網輕松入門
- 機器人人工智能
- AI的25種可能
- 傳感器原理與工程應用
- Unreal Development Kit Game Design Cookbook
- Cloudera Hadoop大數據平臺實戰指南
- Python語言從入門到精通
- Getting Started with Tableau 2019.2