Skip to content

Commit

Permalink
set: add page (tldr-pages#2268) (tldr-pages#2294)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrw authored and agnivade committed Sep 6, 2018
1 parent 36a98e6 commit 10e16ab
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pages/common/set.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit 10e16ab

Please sign in to comment.