我试图删除以 A 开头并以 2 个数字结尾的文件,但它没有做任何事情。 我试过的:
rm ^A*[0..9]2$
我哪里错了?
unix bash regex rm
bash ×1
regex ×1
rm ×1
unix ×1