echo "hola amigo" | awk '{print $1}' echo "hola amigo" | awk '{print $2}' echo "touch amigo" | awk '{print $1}'; echo "touch amigo" | awk '{print $2}'
Ejercicios de Bash: ver el funcionamiento de AWK (PowerShell)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.