Hunter Connelly via arch-general <arch-general@xxxxxxxxxxxxx> wrote: > Here's an example I found on Reddit in the thread about this on /r/linux. > Both of the following commands find the size and name of the three largest files > in a directory. > > Bash: ls -l | sed 's/ \+/,/g' | cut -d',' -f 5,9 | sort -g | tail -3 > PowerShell: ls -file | sort -pr length | select length, name -l 3 If it overlays standardized behavior by non-standard behavior, this would indeed be a strong afrument against it. Jörg -- EMail:joerg@xxxxxxxxxx (home) Jörg Schilling D-13353 Berlin joerg.schilling@xxxxxxxxxxxxxxxxxxx (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.org/private/ http://sourceforge.net/projects/schilytools/files/'