Comment by skydhash
Especially awk, it's a DSL for quick text manipulation. Simpler than Perl and a better API than Python for that specific use case. It's essentially a filter that applies to a specific region identified by a regex.
Especially awk, it's a DSL for quick text manipulation. Simpler than Perl and a better API than Python for that specific use case. It's essentially a filter that applies to a specific region identified by a regex.