Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 1998 16:42:55 +0200 (EET)
From:      Ruslan Ermilov <ru@ucb.crimea.ua>
To:        jacques@wired.ctech.ac.za (Jacques Hugo)
Cc:        questions@FreeBSD.ORG
Subject:   Re: awk and '
Message-ID:  <199803251442.QAA02561@relay.ucb.crimea.ua>
In-Reply-To: <3518DEE7.31DFF4F5@wired.ctech.ac.za> from "Jacques Hugo" at "Mar 25, 98 12:39:35 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Once Jacques Hugo wrote:
> Hi there ...
> 
> How do you print the ' character in awk.

# echo "Does what you want" | awk '{ print "\x27" }'
'

> And can someone point me to a programming/reference
> guide in awk please.

# man 1 awk

# info gawk

Regards,
-- 
Ruslan Ermilov          System Administrator
ru@ucb.crimea.ua        United Commercial Bank
+380-652-247647         Simferopol, Crimea
2426679                 ICQ Network, UIN

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803251442.QAA02561>