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.
これらのコマンドを使用すると、多少異なる結果が得られます。
ls "$MYDIR/*.avi" md5sum "$MYDIR/*.avi"
win-bashを使用。前者は .avi で終わるファイルのみをリストし、後者は .avi を含むすべてのファイルのチェックサム計算を行います。これは期待されていますか?ワイルドカード操作はずっと同じように機能するはずだと思いました。