Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2007 13:24:26 -0500
From:      Robert Huff <roberthuff@rcn.com>
To:        questions@freebsd.org
Subject:   semi-OT: awk - field separator
Message-ID:  <18236.36570.116953.110494@jerusalem.litteratus.org>

next in thread | raw e-mail | index | archive | help

	What is the canonical way to get (FreeBSD default) awk to use a
single double-quote as the field separator?  I have tried variations
on -F\\\" and -F"\"" and the best I can get is:

+ awk -F" {print $2}
./script.sh: 1: Syntax error: word unexpected

	Respectfully,


			Robert Huff



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