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.
のようなものをgrepしたいと思い==> *.sh <==ます。しかし、うまくいきません。すべてをgrepでき.sh <==ますが、ワイルドカードを機能させることはできません。
==> *.sh <==
.sh <==
ここでのトリックは何ですか?
次のようなものをgrepする必要があります"==> .*\.sh <=="
"==> .*\.sh <=="
部分は任意の長さの.*任意の文字に\.一致し、部分はドットに一致します。
.*
\.