Tag Archives: awk gsub

Awk built-in functions: gsub, sub, substr

Awk’s built-in string processing function is the one we use most. Today, we share with you: gsub, sub, substr. Continue reading

Posted in Awk Command, Text Processing | Tagged , , , , | Comments Off on Awk built-in functions: gsub, sub, substr

awk replace statement and examples

Awk replace statement can help us format the input data conveniently. Use of awk string manipulation functions: gsub() Continue reading

Posted in Awk Command, Text Processing | Tagged , , , | Comments Off on awk replace statement and examples