set
Display, set or unset values of shell attributes and positional parameters.
=> More information.
- Display the names and values of shell variables:
set
- Mark variables that are modified or created for export:
set -a
- Notify of job termination immediately:
set -b
- Set various options, e.g. enable
vi
style line editing:
set -o {vi}
- Set the shell to exit as soon as the first error is encountered (mostly used in scripts):
set -e
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/set.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 103.709307 milliseconds
- Gemini-to-HTML Time
- 0.292194 milliseconds
This content has been proxied by September (3851b).