• EnglishSpanishGermanFrenchPolishChinese (Traditional)


EnglishSpanishGermanFrenchPolishChinese (Traditional)

Operating systems, scripting, PowerShell and security

Operating systems, software development, scripting, PowerShell tips, network and security

Menú principal
  • Categorías
  • Cursos
  • Libro de PowerShell
  • Lo mejor
  • Lo último
  • Proyectos
  • Contactar
Ir al contenido

Extraer las palabras que tengan más de 4 caracteres de un texto mediante Aspell de Linux desde PowerShell con WSL

PowerShell
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

Publicado el día 26 de julio de 2018

CATEGORÍAS

Bash, PowerShell

ETIQUETAS

aspell, Bash, Caracteres, Group-Object, ISO, Jesús Niño, Jesús Niño Camazón, Length, Linux, Sort, Sort-Object, Split, ToLower, Where-Object, WSL

MÁS

  • Ejercicios de seguridad: práctica sobre virus
  • Detectar las palabras que están mal escritas en una noticia de un diario con un comando en Linux y ejecutarlo con WSL (Windows Subsystem for Linux) desde PowerShell
  • 3. Gestión del hardware en Linux (nivel intermedio)
  • La "super" librería user32.dll
  • Técnico Superior en Desarrollo de Aplicaciones Web
  • Cómo depurar scripts en ISE de Windows PowerShell