Text Processing in the Shell
blog.balthazar-rouberol.com
Text Processing in the Shell
1–10 of 109 posts
Re: Text Processing in the Shell
#2Re: Text Processing in the Shell
#3Re: Text Processing in the Shell
#4Re: Text Processing in the Shell
#5Re: Text Processing in the Shell
#6Re: Text Processing in the Shell
#7Just Don't. Unix-style text stream processing was super cool in 80s-90s but is born tech-debt today.
Re: Text Processing in the Shell
#8Just Don't. Unix-style text stream processing was super cool in 80s-90s but is born tech-debt today.
what do you do instead?
There is nothing new under the sun, it's all just rebranded.
Re: Text Processing in the Shell
#9Re: Text Processing in the Shell
#10Earlier quoted context omitted.
what do you do instead?
If you do "object manipulation" e.g. columns/records/objects etc then at least Powershell offers some sanity.
It's designed from the ground up to support object manipulation while still retaining compatibility with the UNIX pipeline.
I do this by building a suite of builtin tools that are aware of structured data files (primarily because that information is passed down the pipeline as a data-type) but it still breaks into normal pipeline when forking an external executable.