Bash, PowerShell PowerShell (gc .\corregir.txt).Split(" ").ToLower() | bash -c 'aspell list --encoding iso-8859-1' | Group-Object | Where-Object {$_.Name.length -GT 4} | Sort-Object Count,Name 1 (gc .\corregir.txt).Split(" ").ToLower() | bash -c 'aspell list --encoding iso-8859-1' | Group-Object | Where-Object {$_.Name.length -GT 4} | Sort-Object Count,Name