回答編集履歴

2

追記

2019/07/31 13:03

投稿

cateye
cateye

スコア6851

test CHANGED
@@ -1 +1,17 @@
1
1
  rm -i xxx* で、消せませんか?
2
+
3
+ ```text
4
+
5
+ usr ~/Project/test % ls
6
+
7
+ Makefile a.out* t1.c template.c template.cpp teratail/ 'xxx.tsv;' 数独/
8
+
9
+ usr ~/Project/test % rm xxx*
10
+
11
+ rm: 通常の空ファイル 'xxx.tsv;' を削除しますか? y
12
+
13
+ usr ~/Project/test % ls
14
+
15
+ Makefile a.out* t1.c template.c template.cpp teratail/ 数独/
16
+
17
+ ```

1

誤記修正

2019/07/31 13:03

投稿

cateye
cateye

スコア6851

test CHANGED
@@ -1 +1 @@
1
- rm xxx* で、消せませんか?
1
+ rm -i xxx* で、消せませんか?