bug-gawk
[Top][All Lists]
Advanced

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

[bug-gawk] gawk deal with file separator


From: Peng Yu
Subject: [bug-gawk] gawk deal with file separator
Date: Thu, 12 Sep 2019 21:09:38 -0500

Hi,

ASCII code has the FS (file separator) character. This means that
multiple files can be streamed one after another separated by FS. If
each file still is a TSV, this means that the input stream should have
three levels. But gawk only consider the input stream of two levels.
What is the best way to process the input with files separated by FS
in ASCII? Thanks.

-- 
Regards,
Peng



reply via email to

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