1
Zsh builtin için nasıl yardım mesajı alabilirim?
Bir bash yerleşik için kısa bir kullanım mesajı almak istersem, help <builtin>komut isteminde kullanabilirim, örn. $ 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 …