GNU version of awk, used for pattern scanning and text processing.
Exampleecho "Linux is powerful" | gawk '{print $1}'
echo "Linux is powerful" | gawk '{print $1}'
DevOpsSchoolTypically replies within an hour