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.
次のような名前のファイルがあります。
level(basic)-[done]1.txt level(basic)-[done]1.pdf level(basic)-[done]1.doc
level(basic)-[done]1.txt
level(basic)-[done]1.pdf
level(basic)-[done]1.doc
名前でそれらすべてを見つける必要があります。
find * -type f -name 'level(basic)-[done]1.*'
このコマンドは機能しません。メタキャラクターをエスケープするにはどうすればよいですか?