print single quote with awk

From thelinuxwiki
Revision as of 19:36, 16 August 2013 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

using ascii code

awk '{print "\x27" }'