Sysadmin > UtilitIes > AwK > PrintSingleQuoteInAwk

How to print single quote in awk

awk '{print "\x27" $1 "\x27"}'