RunAWK is a small wrapper for AWK interpreter that helps write standalone programs in AWK. It provides support for modules and other powerful features. It comes with dozens of modules which provide efficient means for handling command line options, powerful functions for manipulating strings and arrays as well as sorting, mathematical, tmpfile, braceexpand functions and a lot of others.
Features
- Modules framework for AWK
- Dozens of modules ready for use
License
MIT LicenseFollow Wrapper for AWK providing modules
Other Useful Business Software
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
-
I've been using runawk from its early days till now. I find it very useful for my daily work. There's no need to tell here again how powerful and simple standard awk is. Runawk wrapper gives it another boost by implementing a nice support for modules and a fairly large collection of ready-to-use modules and functions. If you are doing any development in awk which is more complex than just a single line of code, I strongly recommend you to try out runawk.