$ echo "I love shell scripting" | awk '{for (j=NF;j>0;j--) {printf "%s ", $j}}' scripting shell love I