- Learning Linux Shell Scripting
- Ganesh Sanjiv Naik
- 71字
- 2021-08-20 10:44:27
Tasks done by shell
Whenever we type any text in the shell terminal, it is the responsibility of shell to execute the command properly. The activities done by shell are as follows:
- Reading text and parsing the entered command
- Evaluating metacharacters such as wildcards, special characters, or history characters
- Process io-redirection, pipes, and background processing
- Signal handling
- Initializing programs for execution
We will discuss the preceding topics in the subsequent chapters.
推薦閱讀
- The DevOps 2.3 Toolkit
- Progressive Web Apps with React
- AngularJS Testing Cookbook
- LabVIEW入門與實戰(zhàn)開發(fā)100例
- Python for Secret Agents:Volume II
- DevOps Automation Cookbook
- 編寫高質(zhì)量代碼:改善C程序代碼的125個建議
- CKA/CKAD應(yīng)試教程:從Docker到Kubernetes完全攻略
- Android應(yīng)用案例開發(fā)大全(第二版)
- R語言數(shù)據(jù)可視化:科技圖表繪制
- Image Processing with ImageJ
- Java Web應(yīng)用開發(fā)項目教程
- Mastering Elixir
- Vue.js 3應(yīng)用開發(fā)與核心源碼解析
- 青少年P(guān)ython趣味編程