can you please let me know what does the below awk command does.
Code:
awk 'NR>2{printf "%-30s %-15s\n", $1, !($4)?$2:$4;}' result.txt