回答編集履歴
1
ディレクトリ変更
answer
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
```
|
2
|
-
find -type
|
2
|
+
find -type d -name "*n*" -o -name "*s*"
|
3
3
|
```
|
4
4
|
|
5
5
|
でそのディレクトリ以下すべてみれます
|
6
|
-
|
6
|
+
ディレクトリ限定指定
|
7
|
+
|
8
|
+
|
9
|
+
type fでファイルのみ
|
10
|
+
|
11
|
+
maxdepth mindepthで階層指定可能
|
12
|
+
※携帯からなのでタイポしてると思う
|