質問編集履歴

1

実行結果の追加

2021/02/07 03:26

投稿

yosukesan
yosukesan

スコア41

test CHANGED
File without changes
test CHANGED
@@ -65,3 +65,37 @@
65
65
  rm -r tmp_20210207
66
66
 
67
67
  ```
68
+
69
+
70
+
71
+ 実行結果
72
+
73
+ ```
74
+
75
+ yosuke@x250:~/Data/finance/edinet$ bash test.sh
76
+
77
+ adding: foo0/var/0 (stored 0%)
78
+
79
+ adding: foo1/var/1 (stored 0%)
80
+
81
+ adding: foo2/var/2 (stored 0%)
82
+
83
+ adding: foo3/var/3 (stored 0%)
84
+
85
+ unzip -qq -d . TARGET
86
+
87
+ unzip: cannot find or open TARGET, TARGET.zip or TARGET.ZIP.
88
+
89
+ unzip -qq -d . TARGET
90
+
91
+ unzip: cannot find or open TARGET, TARGET.zip or TARGET.ZIP.
92
+
93
+ unzip -qq -d . TARGET
94
+
95
+ unzip: cannot find or open TARGET, TARGET.zip or TARGET.ZIP.
96
+
97
+ unzip -qq -d . TARGET
98
+
99
+ unzip: cannot find or open TARGET, TARGET.zip or TARGET.ZIP.
100
+
101
+ ```