mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 11:55:51 +00:00
Update cheatsheets
This commit is contained in:
4
tldr/set
4
tldr/set
@@ -32,10 +32,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`set -o`
|
||||
|
||||
- Exit the shell when (some) commands fail:
|
||||
- Exit the shell when (some) command fails:
|
||||
|
||||
`set -e`
|
||||
|
||||
- Reset all shell parameters and assign new ones:
|
||||
|
||||
`set -- {{argument1 argument2...}}`
|
||||
`set -- {{argument1 argument2 ...}}`
|
||||
|
||||
Reference in New Issue
Block a user