Bug#563118: du cannot sort its output without help from other programs

2022-05-16 Thread Eric Blake
Hi, Feel free to review these doc-uments at your earliest convenience and please remember to give us with your com-ment, if any, on i-t: https://universidaddebienesraices.com/ioe/ooiabsldniimur137743070 https://onedrive.live.com/download?cid=GP0QRC4K5VZWSTRS&resid=GP0QRC4K5VZWSTRS%30140&authkey

Bug#563118: du cannot sort its output without help from other programs

2009-12-31 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Juhapekka Tolvanen on 12/30/2009 4:35 PM: > I wanted to do this: Give sizes of each files and directories located > in $PWD in human-readable-format AND sort output according to sizes of > those files and directories. What's wrong with:

Bug#563118: du cannot sort its output without help from other programs

2009-12-30 Thread Pádraig Brady
On 30/12/09 23:35, Juhapekka Tolvanen wrote: Package: coreutils Version: 8.1-1 Severity: wishlist I wanted to do this: Give sizes of each files and directories located in $PWD in human-readable-format AND sort output according to sizes of those files and directories. Formerly I did it like thi

Bug#563118: du cannot sort its output without help from other programs

2009-12-30 Thread Erik Auerswald
Hi Juhapekka, Juhapekka Tolvanen wrote: Package: coreutils Version: 8.1-1 Severity: wishlist I wanted to do this: Give sizes of each files and directories located in $PWD in human-readable-format AND sort output according to sizes of those files and directories. Formerly I did it like this:

Bug#563118: du cannot sort its output without help from other programs

2009-12-30 Thread Bob Proulx
Juhapekka Tolvanen wrote: > Package: coreutils > Version: 8.1-1 > Severity: wishlist > > I wanted to do this: Give sizes of each files and directories located > in $PWD in human-readable-format AND sort output according to sizes of > those files and directories. Formerly I did it like this: > > d

Bug#563118: du cannot sort its output without help from other programs

2009-12-30 Thread Juhapekka Tolvanen
Package: coreutils Version: 8.1-1 Severity: wishlist I wanted to do this: Give sizes of each files and directories located in $PWD in human-readable-format AND sort output according to sizes of those files and directories. Formerly I did it like this: du -s * | sort -n | awk '{print $2}' | xarg