First i want to thank every one who took time to help me last time. I have a file where i want to print the second to last field of each line but the lines aren't all the same length. Is their a variable in awk i can use that will specify the second to last field?
Example
a b c d
a b c d e f
a b c d e f g
a b c d e f g h
output: c e f g
Thank you
zion
<><
=-)
Example
a b c d
a b c d e f
a b c d e f g
a b c d e f g h
output: c e f g
Thank you
zion
<><
=-)