TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: An interactive introduction to Awk

40 pointsby n8taalmost 4 years ago

2 comments

n8taalmost 4 years ago
A real awk implementation in web assembly is being used. <a href="https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;awkjs" rel="nofollow">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;awkjs</a>.<p>I wanted to get my feet wet with awk so I decided to write a guide on the basic features. The GNU awk manual (<a href="https:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;gawk&#x2F;manual&#x2F;gawk.html" rel="nofollow">https:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;gawk&#x2F;manual&#x2F;gawk.html</a>) is good but it&#x27;s size is a barrier. Hoping this serves a better &quot;first 10 minutes&quot; of awk.<p>Feedback and ideas for other good awk lessons to include are welcome.
andrew-valmost 4 years ago
From a viewpoint of a person who never got to learn awk, this was a very nice introduction. Managed to finish it in 15 minutes, almost everything done in the first try, so congratulations to you for providing good explanation for each example.
评论 #27442614 未加载