私の最後の質問が拡張されたので、物事を個別に分析しましょう。
AND演算子、交差点?
例を挙げます:
$ find . | awk -F"/" '{ print $2 }'
.zcompdump
.zshrc
.zshrc_copy
.zshrc_somequy
.bashrc
.emacs
$ find ~/bin/FilesDvorak/.* -maxdepth 0 | awk -F"/" '{ print $6 }'
.bashrc
.emacs
.gdbinit
.git
.profile
出力を個別のリストに保存すると、コマンドが共通のものを取らない理由がわかりません。
find -f all_files -and -f right_files .
私が欲しいのは:
.bashrc
.emacs