Skip to content

Instantly share code, notes, and snippets.

@mrugacz95
Created December 19, 2019 10:22
Show Gist options
  • Save mrugacz95/85062144d95c730752d5b1730f0538f4 to your computer and use it in GitHub Desktop.
Save mrugacz95/85062144d95c730752d5b1730f0538f4 to your computer and use it in GitHub Desktop.
AWK actions
echo "failure is the greatest teacher" | awk '{print $3, $4, $5, $1, $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment