「ls」または正規表現は大文字と小文字を区別しませんか?
バッシュで、私は試しました ls [a-z]* そして、ファイル名が小文字のアルファベットで始まるすべてのファイルをリストすることが期待されます。しかし、名前が大文字のアルファベットで始まるファイルも表示されるのはなぜですか? >ls [a-z]* D e > 必要に応じて、bashバージョン: bash --version GNU bash、バージョン4.1.5(1)-release(i486-pc-linux-gnu)Copyright(C)2009 Free Software Foundation、Inc.ライセンスGPLv3 +:GNU GPLバージョン3以降http:// gnu .org / licenses / gpl.html This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.