Bash Shell Scripting - Reducing Pipe Lines difficulty

前端 未结 0 877
灰色年华
灰色年华 2020-12-30 04:02

I need to reduce the following into a single find statements.

$ find . -print | grep dir
$ find . -print | grep ch

The only tip was given to

相关标签:
回答
  • 消灭零回复
提交回复
热议问题