หากฉันต้องการรับข้อความการใช้งานสั้น ๆ สำหรับ bash builtin ฉันสามารถใช้help <builtin>
ที่พร้อมท์คำสั่งเช่น
$ help export
export: export [-fn] [name[=value] ...] or export -p
Set export attribute for shell variables.
Marks each NAME for automatic export to the environment of subsequently
executed commands. If VALUE is supplied, assign VALUE before exporting.
Options:
-f refer to shell functions
-n remove the export property from each NAME
-p display a list of all exported variables and functions
An argument of `--' disables further option processing.
Exit Status:
Returns success unless an invalid option is given or NAME is invalid.
ฉันจะทำสิ่งนี้ใน zsh ได้อย่างไร ฉันได้พยายาม
% export --help
zsh: bad option: -e
และ
% help export
zsh: command not found: help
นอกจากนี้ยังมีคำว่า "ความช่วยเหลือ" man zshbuiltins
ไม่ได้เป็นที่ใดก็ได้ใน