- Learning Linux Shell Scripting
- Ganesh Naik
- 75字
- 2021-06-25 22:02:44
Tasks done by the shell
Whenever we type any text in the shell Terminal, it is the responsibility of the shell (/bin/bash) to execute the command properly. The activities done by the shell are as follows:
- Reading text and parsing the entered command
- Evaluating meta-characters, 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.
推薦閱讀
- 高效能辦公必修課:Word圖文處理
- 輕松學C語言
- Dreamweaver CS3+Flash CS3+Fireworks CS3創(chuàng)意網(wǎng)站構建實例詳解
- 機器自動化控制器原理與應用
- Mastering Machine Learning Algorithms
- Word 2007,Excel 2007辦公應用融會貫通
- Salesforce Advanced Administrator Certification Guide
- AI的25種可能
- 單片機原理實用教程
- 生物3D打印:從醫(yī)療輔具制造到細胞打印
- Learning Cassandra for Administrators
- PowerPoint 2010幻燈片制作高手速成
- DynamoDB Applied Design Patterns
- Embedded Linux Development using Yocto Projects(Second Edition)
- Eclipse RCP應用系統(tǒng)開發(fā)方法與實戰(zhàn)