SCIENTIFIC-LINUX-USERS Archives

August 2015

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender:
Mailing list for Scientific Linux users worldwide <[log in to unmask]>
Date:
Sun, 30 Aug 2015 21:56:38 -0500
Reply-To:
Brad Cable <[log in to unmask]>
Message-ID:
Content-Transfer-Encoding:
7bit
Subject:
From:
Brad Cable <[log in to unmask]>
Content-Type:
text/plain; charset="utf-8"; format=flowed
In-Reply-To:
MIME-Version:
1.0
Comments:
Parts/Attachments:
text/plain (27 lines)
Try defining it in the FS variable in BEGIN{}, seems to work for me.

$ echo -e "ASD\xC2\xA0QWE\xC2\xA0JKL" | awk 'BEGIN{FS="\xC2\xA0"} {print 
$1}'
ASD


-Brad



On 08/30/2015 06:22 PM, ToddAndMargo wrote:
> Hi All,
>
> DuckDuckGo is failing me here.
>
> I need to do a
>
>     awk -F "two hex codes" '{print $1}'
>
> The two hex codes are C2 and A0
>
> What is the syntax to put them in the "-F"?
>
> Many thanks,
> -T

ATOM RSS1 RSS2