freebsd-dev/bin/ls
Colin Percival d3b68bf14c Fix alignment of size field in ls -lh -- the width was being computed
from log[10](largest file size), but when outputting in human-friendly
format the width is always at most 4. (eg. "123K", " 12K", "1.2K".)

PR: bin/59320
Approved by: rwatson (mentor)
2004-01-22 04:33:00 +00:00
..
cmp.c Consistently use __FBSDID 2002-06-30 05:13:54 +00:00
extern.h Fix a bazillion warnings. This makes almost the whole of src/bin/* 2003-05-03 16:39:34 +00:00
ls.1 Do something sensible if both -h and -k are given. 2003-12-01 19:10:29 +00:00
ls.c Do something sensible if both -h and -k are given. 2003-12-01 19:10:29 +00:00
ls.h Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather 2002-10-24 00:07:30 +00:00
Makefile Get this area compiling with the highest WARNS= that it works with. 2003-06-13 07:04:02 +00:00
print.c Fix alignment of size field in ls -lh -- the width was being computed 2004-01-22 04:33:00 +00:00
util.c Add the -m, -w and -x options to ls's usage message. 2003-09-09 12:02:52 +00:00