(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
Extraer las palabras que tengan más de 4 caracteres de un texto mediante Aspell de Linux desde PowerShell con WSL (PowerShell, Bash)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.