Re: ls -s but sorted

2008-08-10 Thread jidanni
JY> What are you suggesting should be changed? There is no way to get any order into these rectangles I cropped from your reply: ~/tm tota 104K 12K 32K ~/tm tota 12 104 32 One must resort to an external program to get them in order. You only offer -S sorting, but we people trying to weed out

Re: ls -s but sorted

2008-08-08 Thread James Youngman
On Fri, Aug 8, 2008 at 4:50 AM, <[EMAIL PROTECTED]> wrote: > ls man page says > -s, --size > print the size of each file, in blocks > > -S sort by file size > but to sort by block size (not always the same as file size due to > files with holes), one must do > ls -s|so

ls -s but sorted

2008-08-07 Thread jidanni
ls man page says -s, --size print the size of each file, in blocks -S sort by file size but to sort by block size (not always the same as file size due to files with holes), one must do ls -s|sort -n ___ Bug-coreutils m