Full source code and binaries for Gnu Text/File/Shell utilites can be
downloaded from ftp://hobbes.nmsu.edu/os2/unix/gnu?util.zip

Changes made in ls.c to output in unix format by default.
-----------------------------
Line 433:

  {"unix", no_argument, &unix_mode, 0},

Changed to:

  {"unix", no_argument, &unix_mode, 1},

