With coreutils 6.3, ls --help says:

  -s, --size                 with -l, print size of each file, in blocks

Unless I'm missing something, -s is honored even without -l:

$ \ls -s nihaya.png 
4 nihaya.png

And this behavior seems fine?  So I suggest changing help text to
something like this:

  -s, --size                 prepend size of each file, in blocks

Happy blocking,
k


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to