mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
315 B
315 B
tldr
由 tldr-pages 專案所提供的簡單版指令簡介。 更多資訊:https://tldr.sh.
- 顯示指令的常用用法:
tldr {{指令}}
- 顯示 Linux 作業系統中 tar 指令的用法:
tldr -p {{linux}} {{tar}}
- 顯示 Git 的子指令 checkout 的用法:
tldr {{git-checkout}}