質問編集履歴
1
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -33,7 +33,7 @@
|
|
33
33
|
select replace(name, ' ', '\\ ') from test
|
34
34
|
__EOF__
|
35
35
|
|
36
|
-
$ sh
|
36
|
+
$ sh test1.sh
|
37
37
|
A A
|
38
38
|
B B B
|
39
39
|
```
|
@@ -47,7 +47,7 @@
|
|
47
47
|
select replace(name, ' ', '\\\ ') from test
|
48
48
|
__EOF__
|
49
49
|
|
50
|
-
$ sh
|
50
|
+
$ sh test2.sh
|
51
51
|
A\\ A
|
52
52
|
B\\ B\\ B
|
53
53
|
```
|