質問編集履歴

1

文法の修正

2018/01/11 04:06

投稿

endless324
endless324

スコア6

test CHANGED
File without changes
test CHANGED
@@ -22,6 +22,6 @@
22
22
 
23
23
  get_path=$(ls ${path})
24
24
 
25
- echo $(get_path)
25
+ echo ${get_path}
26
26
 
27
27
  ```