print single quote with awk

From thelinuxwiki
Jump to: navigation, search

using ascii code

awk '{print "\x27" }'