mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
parent
36a98e6832
commit
10e16ab523
1 changed files with 19 additions and 0 deletions
19
pages/common/set.md
Normal file
19
pages/common/set.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# set
|
||||
|
||||
> Display, set or unset values of shell attributes and positional parameters.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue