Is there a grep equivalent for find's -print0 and xargs's -0 switches?

前端 未结 6 908
小蘑菇
小蘑菇 2020-12-04 23:36

I often want to write commands like this (in zsh, if it\'s relevant):

find  | \\
    grep stringinfilenamesIwant | \\
          


        
6条回答
提交回复
热议问题