- Bash Quick Start Guide
- Tom Ryder
- 78字
- 2021-07-23 16:58:58
Essential Bash builtin commands
The first category of essential commands that we'll examine are builtins: they are included as part of the bash program. In fact, the very first command we'll look at, called type, is itself designed to help you tell what any kind of command is.
For all of these commands, Bash can provide help on usage with the help program. For example, to get help on the type command, you would type:
bash$ help type
推薦閱讀
- PowerShell 3.0 Advanced Administration Handbook
- Spark編程基礎(Scala版)
- Mastering Salesforce CRM Administration
- Matplotlib 3.0 Cookbook
- Maya 2012從入門到精通
- Embedded Programming with Modern C++ Cookbook
- 電腦日常使用與維護322問
- Excel 2010函數(shù)與公式速查手冊
- 實用網(wǎng)絡流量分析技術(shù)
- PostgreSQL High Performance Cookbook
- 運動控制系統(tǒng)
- 牛津通識讀本:大數(shù)據(jù)(中文版)
- 中小型網(wǎng)站建設與管理
- 7天精通Photoshop CS5平面視覺設計
- Windows Server 2012 Automation with PowerShell Cookbook