- Ubuntu 20.04 Essentials
- Neil Smyth
- 94字
- 2021-06-11 17:39:42
9.4 Getting Information about a Command
Many of the commands available to the Linux shell can seem cryptic to begin with. To find out detailed information about what a command does and how to use it, use the man command specifying the name of the command as an argument. For example, to learn more about the pwd command:
$ man pwd
When the above command is executed, a detailed description of the pwd command will be displayed. Many commands will also provide additional information when run with the --help command-line option:
$ wc --help
推薦閱讀
- 軟件架構設計
- AWS:Security Best Practices on AWS
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- 城市道路交通主動控制技術
- 工業機器人現場編程(FANUC)
- VB語言程序設計
- 運動控制系統
- 悟透AutoCAD 2009案例自學手冊
- Bayesian Analysis with Python
- 生物3D打印:從醫療輔具制造到細胞打印
- PowerMill 2020五軸數控加工編程應用實例
- FANUC工業機器人配置與編程技術
- 大數據導論
- 大數據:引爆新的價值點
- Advanced Deep Learning with Keras