I have three files in a folder: trace-0.fits, trace-1.fits, trace-2.fits.
When I run:
ls trace-?.fits
Only trace-0.fits and trace-2.fits are detected. But:
ls trace-1.fits
Detects trace-1.fits, as expected.
Does anyone know what's going on?
Edit:
The OS is gentoo linux, and the file system is ext4. ls *, ls, ls trace-*.fits, and ls *1*.fits also do not show trace-1.fit. The system variable $GLOBIGNORE is not set, and type ls shows that ls is only aliased with the color option ls is aliased to `ls --color=auto