- 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
推薦閱讀
- GNU-Linux Rapid Embedded Programming
- Mastering Proxmox(Third Edition)
- Learning Apache Spark 2
- 嵌入式操作系統
- 氣動系統裝調與PLC控制
- Dreamweaver CS6精彩網頁制作與網站建設
- 電腦上網輕松入門
- 從零開始學SQL Server
- Artificial Intelligence By Example
- 基于ARM9的小型機器人制作
- Machine Learning with Spark(Second Edition)
- PostgreSQL High Performance Cookbook
- Wireshark Revealed:Essential Skills for IT Professionals
- 超好玩的Python少兒編程
- Mastering Machine Learning with R