我想运行一个命令:
inc
X
X/.../inc/
list
我尝试了以下命令的各种组合,但没有成功:
$ find X/ -name "inc" -print | xargs find {} -type d > list find: path must precede expression
我怎样才能做到这一点?
linux command-line find
command-line ×1
find ×1
linux ×1