Difference between revisions of "print single quote with awk"
From thelinuxwiki
(Created page with "using ascii code awk '{print "\x27" }' category:awk") |
Latest revision as of 19:36, 16 August 2013
using ascii code
awk '{print "\x27" }'