Text processing tools and/or languages

Chris Green cl at isbd.net
Thu Jan 20 17:37:52 UTC 2022


On Thu, Jan 20, 2022 at 11:08:22AM -0500, Robert Heller wrote:
> Traditionally, there is 'awk', which can do this sort of thing. It is actually
> a *very simple* programming language implement *simple* procedures to process
> text files line-by-line.
> 
> Originally, Perl would be the next level up in text file processing.  
> 
> Other options include using sed (possible several passes using pipelines), or 
> scripts written in Tcl or Python.
> 
> man awk
> man perl
> man sed
> man tcl
> 
OK, thanks, I know sed and awk fairly well.  If there's nothing else
obvious I'll probably go with awk, it's better than sed for handling
the state.

-- 
Chris Green




More information about the ubuntu-users mailing list