I'm looking for a one-line command that find multiple files or directories contained by a single directory.
foo -> bar
-> baz
-> quux
temp -> bar
I'm looking to only find foo
because it contains bar
, baz
, and quux
, but not find temp
.
Due to other reasons, I have to use tcsh
for this.
Any suggestions?