Y
Hacker News
new
|
ask
|
show
|
jobs
by
shp0ngle
1739 days ago
awk is fast and really useful.
It's also generally unreadable.
1 comments
coliveira
1739 days ago
I don't agree. Awk is very readable for people used to c-like languages like javascript. And it is much cleaner that Perl.
link
gpderetta
1739 days ago
It is certainly more readable than sed for example.
link
throwawayboise
1739 days ago
Yeah I use sed not infrequently but try to keep things simple. Anything more complicated than a "standard" sed one-liner (google it) I will start looking for something else.
link