回答編集履歴
1
追記
test
CHANGED
@@ -9,3 +9,11 @@
|
|
9
9
|
[https://github.com/coreutils/coreutils/blob/master/src/rm.c#L11](https://github.com/coreutils/coreutils/blob/master/src/rm.c#L11)
|
10
10
|
|
11
11
|
で gnu の rm コマンドソースをみてみると、詳細な削除順序はわかるかもしれません。
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
追加
|
16
|
+
|
17
|
+
rm -fr . はエラーになるようです。
|
18
|
+
|
19
|
+

|