Hi all,
I have a script as follows;
/^ *[0-9]+K[^ ]+ *$/{sub("^ *[0-9]+K",sprintf("%-8dK",$1))};1
input file has many strings like
445517K33_4
and the output generated by the scripts
445517 K33_4
What is the role of ";1" here ?
Many thanks in advance
BGoktas
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.