回答編集履歴

1

ディレクトリ変更

2016/07/27 09:59

投稿

asahina_dev
asahina_dev

スコア610

test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```
2
2
 
3
- find -type f -name "*n*" -o -name "*s*"
3
+ find -type d -name "*n*" -o -name "*s*"
4
4
 
5
5
  ```
6
6
 
@@ -8,4 +8,16 @@
8
8
 
9
9
  でそのディレクトリ以下すべてみれます
10
10
 
11
- ファイル限定指定
11
+ ディレクトリ限定指定
12
+
13
+
14
+
15
+
16
+
17
+ type fでファイルのみ
18
+
19
+
20
+
21
+ maxdepth mindepthで階層指定可能
22
+
23
+ ※携帯からなのでタイポしてると思う