ls does not always present files in alphabetical order. For instance, with
files in current directory: a.x, ab.x, ac.x.
$ ls
ab.x
a.x
ac.x
The precise order appears unpredictable, but in almost all cases a.x will NOT
appear as the first file.