Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. achusa

    printf and single quotes

    Is there simple way to print the single quote character using printf() in awk?<br><br>I have used the following in the past, but is cumbersome when the printf() statement is long...<br><br>awk -v QUOTE=&quot;'&quot; '{<br>&nbsp;&nbsp;printf(&quot;%s%s%s&quot;,QUOTE,$1,QUOTE) }'...

Part and Inventory Search

Back
Top