Given the following command, echo "1: " | awk '/1/ -F ":" {print $1}' why does AWK output: 1: ? 8 Answers 8 Tags: awkbash