[arch-general] Opinions on PowerShell?

Joerg Schilling Joerg.Schilling at fokus.fraunhofer.de
Fri Aug 19 10:21:13 UTC 2016


Hunter Connelly via arch-general <arch-general at archlinux.org> 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 at schily.net                    (home) Jörg Schilling D-13353 Berlin
       joerg.schilling at fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.org/private/ http://sourceforge.net/projects/schilytools/files/'


More information about the arch-general mailing list