Tag Archives: awk ternary

awk ternary condition judgment and examples

Awk ternary condition judgment is similar to the awk if else statement, providing branch control capability. Ternary syntax: ( Statement ) ? True : False ; Continue reading

Posted in Awk Command, Text Processing | Tagged , , | Comments Off on awk ternary condition judgment and examples