Skip to main content
2 events
when toggle format what by license comment
Oct 26, 2017 at 14:46 comment added Stéphane Chazelas Note that set displays all parameters in zsh (not $1, $2... but $*, $@) and the functions in bash and bosh. Some shells like ksh93 and older versions of dash output env vars that were not mapped to shell variables. (env 1=foo ksh -c set would print 1=foo)
Oct 25, 2017 at 22:19 history answered chepner CC BY-SA 3.0