「Linux」ls使用時の正規表現を使う方法

2021年3月18日

書式
list 文字列? 任意の1文字を表す
list 文字列* 任意の文字を表す

使用例1
# ls sample?
sample- sampleB

使用例2
# ls sample*
sample sample- sample.txt sample100.txt sample123 sampleB

Linux

Posted by arkgame