質問編集履歴
1
追記にset -oで出力される設定を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -91,3 +91,67 @@
|
|
91
91
|
vivace
|
92
92
|
|
93
93
|
```
|
94
|
+
|
95
|
+
|
96
|
+
|
97
|
+
#追記
|
98
|
+
|
99
|
+
set -oを追加した際に出力される設定内容
|
100
|
+
|
101
|
+
```ここに言語を入力
|
102
|
+
|
103
|
+
allexport off
|
104
|
+
|
105
|
+
braceexpand on
|
106
|
+
|
107
|
+
emacs off
|
108
|
+
|
109
|
+
errexit off
|
110
|
+
|
111
|
+
errtrace off
|
112
|
+
|
113
|
+
functrace off
|
114
|
+
|
115
|
+
hashall on
|
116
|
+
|
117
|
+
histexpand off
|
118
|
+
|
119
|
+
history off
|
120
|
+
|
121
|
+
ignoreeof off
|
122
|
+
|
123
|
+
interactive-comments on
|
124
|
+
|
125
|
+
keyword off
|
126
|
+
|
127
|
+
monitor off
|
128
|
+
|
129
|
+
noclobber off
|
130
|
+
|
131
|
+
noexec off
|
132
|
+
|
133
|
+
noglob off
|
134
|
+
|
135
|
+
nolog off
|
136
|
+
|
137
|
+
notify off
|
138
|
+
|
139
|
+
nounset off
|
140
|
+
|
141
|
+
onecmd off
|
142
|
+
|
143
|
+
physical off
|
144
|
+
|
145
|
+
pipefail off
|
146
|
+
|
147
|
+
posix off
|
148
|
+
|
149
|
+
privileged off
|
150
|
+
|
151
|
+
verbose off
|
152
|
+
|
153
|
+
vi off
|
154
|
+
|
155
|
+
xtrace off
|
156
|
+
|
157
|
+
```
|