Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
GuB-42
9y ago
0 comments
Save
Share
I use perl when grep/cut/sed show their limits. I never really got into awk.
I suppose we all have our favorite tools.
0 comments
2 comments · 1 top-level
top
newest
oldest
majewsky
9y ago
· 1 in thread
I'm a heavy Perl user, too, but some stuff that is very succinct in awk is a bit more awkward in Perl. Most prominently when you're using $1, $2, etc. which are just there in awk but need a split/\s+/ in Perl.
skinniks
9y ago
-a is your friend.
j
/
k
navigate · click thread line to collapse