You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/commands/builtin/set.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ set flags (true for most commands on UNIX(r)).
41
41
`-v``verbose` Print shell input lines as they are read - useful for debugging.
42
42
`-x``xtrace` Print commands just before execution - with all expansions and substitutions done, and words marked - useful for debugging.
43
43
`-B``braceexpand` The shell performs [brace expansion](../../syntax/expansion/brace.md) This is on by default.
44
-
`-C`\<BOOKMARK:tag_noclobber\>`noclobber` Don't overwrite files on redirection operations. You can override that by specifying the `>|` redirection operator when needed. See [redirection](../../syntax/redirection.md)
44
+
`-C`<BOOKMARK:tag_noclobber>`noclobber` Don't overwrite files on redirection operations. You can override that by specifying the `>|` redirection operator when needed. See [redirection](../../syntax/redirection.md)
45
45
`-E``errtrace``ERR`-traps are inherited by by shell functions, command substitutions, and commands executed in a subshell environment.
46
46
`-H``histexpand` Enable `!`-style history expansion. Defaults to `on` for interactive shells.
47
47
`-P``physical` Don't follow symlinks when changing directories - use the physical filesystem structure.
0 commit comments