diff --git a/pages/common/set.md b/pages/common/set.md index aaf1259967..d9fe127ba2 100644 --- a/pages/common/set.md +++ b/pages/common/set.md @@ -30,3 +30,7 @@ - Exit the shell when (some) commands fail: `set -e` + +- Reset all shell parameters and assign new ones: + +`set -- {{argument1 argument2...}}`