I am trying to list all files with a name of 3 characters in /usr/bin.
ls ??? should do exactly that, but it lists every file in the directory.
Note that ls ???? works as intended, showing only the files with a name of 4 characters. It also works with 1, 2, 5 and literally every number other than 3.
Steps to reproduce:
- go to
/usr/bin - type
ls ???