回答編集履歴
1
Update
test
CHANGED
@@ -1,25 +1,25 @@
|
|
1
|
-
|
1
|
+
以下、質問内容を勘違いしていましたので無視して下さい。
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
**GNU find(1)**
|
6
|
-
|
7
|
-
|
5
|
+
~~GNU find であれば `-printf` の `%P` オプションを使います。~~
|
8
|
-
|
9
|
-
>
|
10
|
-
|
11
|
-
> `%P` File's name with the name of the starting-point under which it was found removed.
|
12
6
|
|
13
7
|
|
14
8
|
|
15
|
-
|
9
|
+
~~**GNU find(1)**~~
|
16
10
|
|
17
|
-
|
11
|
+
~~> `-printf format`~~
|
18
12
|
|
13
|
+
~~>~~
|
14
|
+
|
19
|
-
|
15
|
+
~~> `%P` File's name with the name of the starting-point under which it was found removed.~~
|
20
16
|
|
21
17
|
|
22
18
|
|
23
|
-
$ find
|
19
|
+
~~$ find --version~~
|
24
20
|
|
25
|
-
|
21
|
+
~~find (GNU findutils) 4.8.0~~
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
~~$ find tmp/ -printf '%P\0'~~
|