awk '{for(;$5;NF--)printf"%"i+++i"s%"20-i*4"s\n",$i,i-5?$NF:_}' FS=
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page