Monday, June 27, 2016

strcat() like in AWK language

str_var = "abc"
str_var = str_var "your new string"

Please refer to
http://www.unix.com/unix-for-dummies-questions-and-answers/12459-awk-question.html

No comments:

Post a Comment