質問編集履歴
4
質問一部変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
} [96 bytes data]
|
26
26
|
|
27
|
-
* We are completely uploaded
|
27
|
+
* We are completely uploaded
|
28
28
|
|
29
29
|
< HTTP/2 200
|
30
30
|
|
@@ -38,9 +38,9 @@
|
|
38
38
|
|
39
39
|
|
40
40
|
|
41
|
-
100 24xx 0 23xx
|
41
|
+
100 24xx 0 23xx xxx xx 54xx xxx --:--:-- --:--:-- --:--:-- 56xx
|
42
42
|
|
43
|
-
100 24xx 0 23xx
|
43
|
+
100 24xx 0 23xx xxx xx 54xx xxx --:--:-- --:--:-- --:--:-- 56xx
|
44
44
|
|
45
45
|
--以下省略--
|
46
46
|
|
@@ -54,7 +54,7 @@
|
|
54
54
|
|
55
55
|
"token":"xxxxxxxxxxxxxxxxxxxxxxxx",
|
56
56
|
|
57
|
-
"user":{"
|
57
|
+
"user":{"id":"xxxxx","email":"xxxxxx","name":"xxxx"}
|
58
58
|
|
59
59
|
}
|
60
60
|
|
3
一部変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
|
49
49
|
|
50
50
|
|
51
|
-
* Connection #0 to host
|
51
|
+
* Connection #0 to host xxxxx left intact
|
52
52
|
|
53
53
|
{
|
54
54
|
|
2
一部変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -15,6 +15,8 @@
|
|
15
15
|
|
16
16
|
|
17
17
|
```test.log
|
18
|
+
|
19
|
+
// test.log
|
18
20
|
|
19
21
|
|
20
22
|
|
1
内容変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
シェルスクリプトの
|
1
|
+
シェルスクリプトの勉強を初めたばかりの素人です。
|
2
2
|
|
3
3
|
ご質問なのですが、下記の様なtest.logファイルがあります。
|
4
4
|
|
5
|
-
この
|
5
|
+
このlogファイルに書かれている JSON の部分から、token の値が空か判定するスクリプトを作りたいと思っています。
|
6
6
|
|
7
7
|
|
8
8
|
|