wuzhipeng2014 / freenos

Automatically exported from code.google.com/p/freenos
GNU General Public License v3.0
0 stars 0 forks source link

/bin/ls output in formatted in equally sized columns #84

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The /bin/ls program lists files in directory, and now it simply does a
printf() for each entry found. The resulting output is thus not very well
formatted. An improvement could be, to output the files like GNU coreutils'
/bin/ls program does: print files in equally sized columns.

Original issue reported on code.google.com by nieklinn...@gmail.com on 6 Sep 2009 at 5:16