[ a${filename:0:2} = a.# ] && echo temporary emacs file
如何做一个任意的前缀?
有没有更清洁的方法?
var=123 [[ 1234 = $var* ]] && ...