Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
find コマンドを使用しようとしていますが、特定の末尾を持つファイルを見つけるための正規表現よりも簡単な方法があるかどうか疑問に思っていましたか?
私の課題では、.c で終わるすべてのファイルを検索する必要があります (C プログラムのソース コード ファイルなど)。
ではない
find . -name '*.c'
簡単ですか?