Browse Source

find and grep

master
zeus 4 years ago
parent
commit
4a41f7e76b
  1. 1
      find/2_Combine_find_and_grep_with_exec/codeanswer
  2. 0
      find/2_Combine_find_and_grep_with_exec/codehelp
  3. 9
      find/2_Combine_find_and_grep_with_exec/q-info

1
find/2_Combine_find_and_grep_with_exec/codeanswer

@ -0,0 +1 @@
find /usr -type f -perm 0777 | grep conf

0
find/2_Combine_find_and_grep_with_exec/codehelp

9
find/2_Combine_find_and_grep_with_exec/q-info

@ -0,0 +1,9 @@
Try to run
[source,sh]
----
find /usr -type f -perm 0777 | grep conf
----
and see the Results!
Loading…
Cancel
Save