Created
December 19, 2019 10:22
-
-
Save mrugacz95/85062144d95c730752d5b1730f0538f4 to your computer and use it in GitHub Desktop.
AWK actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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