「Linux」lsコマンドでワイルドカードを使う方法
書式
ls ワイルドカード
使用例
1.数字の範囲を指定
# ls *[1-8][0-9]
data36 file78 info78
2.文字の範囲を指定
# ls *[c-e][1-8][0-9]
file78
Coding Changes the World
書式
ls ワイルドカード
使用例
1.数字の範囲を指定
# ls *[1-8][0-9]
data36 file78 info78
2.文字の範囲を指定
# ls *[c-e][1-8][0-9]
file78