Quantcast
Channel: UNIX and Linux Forums
Viewing all articles
Browse latest Browse all 16232

Help me in awk commands

$
0
0
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


Viewing all articles
Browse latest Browse all 16232

Trending Articles