bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to deal with ASCII delimited text


From: Peng Yu
Subject: How to deal with ASCII delimited text
Date: Tue, 17 Mar 2020 11:33:39 -0500

Hi,

ASCII delimited text (ADT) have for separators, FS, GS, RS, US.

https://en.wikipedia.org/wiki/Delimiter#ASCII_delimited_text

awk only have two separators RS and FS that correspond to the last two
separators of ADT.

To process ADT, is there any recommended best practice? Thanks.

-- 
Regards,
Peng



reply via email to

[Prev in Thread] Current Thread [Next in Thread]