1. 程式人生 > 其它 >linux,win系統的幫助資訊

linux,win系統的幫助資訊


title: 多種系統或軟體的help資訊
categories: [base]
tags: [help]
author: liji
date: 2021-10-9 14:14:59
description:
mathjax:


Abstract:目的是學習使用help來查詢幫助資訊,比如win系統命令,Linux系統命令的幫助資訊,python,ananconda等應用軟體命令的幫助資訊

Keywords:help,幫助資訊使用,查詢函式功能

參考文獻

[1] windows命令列幫助文件如何使用_星空-CSDN部落格

[2] 怎麼看懂Linux命令列幫助【轉】 - sisimi_2017 - 部落格園 (cnblogs.com)

總體

不管是啥系統或者軟體,多試試以下命令就好

help <command>
<command> [-h] [-]

win系統命令查詢幫助資訊

help <command>#eg:help more
<command> /?

和linux不同,win多/t等之類的命令,linux是-t;

Linux系統命令查詢幫助資訊

<command> --help
man <command>
whatis <command>

其中man命令

操作鍵 說明
空格 下一屏
回車 下一行
b 上一屏
f 下一屏
q (quit) 退出

關於命令的說明:

[]:表示可選;

<>: 表示可變化

x|y|z:選擇一個

-abc:可任意組合使用