AWK is a very powerful programming language that we can use on the command-line for advanced text processing. I’d like to provide a guide so you can get started using it. I’ll be covering the basics of AWK (named after Alfred Aho, Peter Weinberger, and Brian Kernighan) and provide some useful examples.
Related Submissions:
- Find is a Beautiful Tool I have blogged before that knowledge of command-line tools is essential to take the next step in programming productivity. I think it would be useful...
- 10 Challenging But Awesome CSS Techniques Most designers and web developers only scratch the surface of the potent language that is CSS. In terms of programming languages, CSS has a fairly...
- 20 Excellent Tutorial Sites for Web Designers There always something new in the web development such as jQuery. Web language is one those thing you better learn it by examples and step...
- Techniques for Mastering cURL cURL is a tool for transferring files and data with URL syntax, supporting many protocols including HTTP, FTP, TELNET and more. Initially, cURL was designed...
- Practical CSS3 for Web Designers Designers have been using basic CSS3 techniques to enhance their designs for several years now, but cross-browser incompatibilities and lack of practical examples have slowed...