[cs631apue] sorting files containing a dot

Jan Schaumann jschauma at stevens.edu
Thu Sep 22 12:44:42 EDT 2016


mseaton <mseaton at stevens.edu> wrote:

> So, you are okay with this output?

That looks sorted to me.

You can compare it to what the sort(1) utility produces:

ls -f | sort >/tmp/1
ls -1a >/tmp/2
diff /tmp/[12]

-Jan


More information about the cs631apue mailing list