SyntaxFix
Write A Post
Hire A Developer
Questions
A single quote is represented using \x27
\x27
Like in
awk 'BEGIN {FS=" ";} {printf "\x27%s\x27 ", $1}'
Source