This is the Windows app named GoAWK whose latest release can be downloaded as goawk_v1.25.0_windows_386.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named GoAWK with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start any OS OnWorks online emulator from this website, but better Windows online emulator.
- 5. From the OnWorks Windows OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application and install it.
- 7. Download Wine from your Linux distributions software repositories. Once installed, you can then double-click the app to run them with Wine. You can also try PlayOnLinux, a fancy interface over Wine that will help you install popular Windows programs and games.
Wine is a way to run Windows software on Linux, but with no Windows required. Wine is an open-source Windows compatibility layer that can run Windows programs directly on any Linux desktop. Essentially, Wine is trying to re-implement enough of Windows from scratch so that it can run all those Windows applications without actually needing Windows.
SCREENSHOTS
Ad
GoAWK
DESCRIPTION
GoAWK now uses a bytecode compiler and includes native support for CSV files. AWK is a fascinating text processing language, and The AWK Programming Language is a wonderfully concise book describing it. The A, W, and K in AWK stand for the surnames of the three original creators: Alfred Aho, Peter Weinberger, and Brian Kernighan. Kernighan is also an author of The C Programming Language (“K&R”), and the two books have that same each-page-packs-a-punch feel. AWK was released in 1977, which makes it over 40 years old! Not bad for a domain-specific language that’s still used for one-liners on Unix command lines everywhere. GoAWK is a POSIX-compatible version of AWK, and additionally has a CSV mode for reading and writing CSV and TSV files. This feature was sponsored by the library of the University of Antwerp. Read the CSV documentation.
Features
- To use the command-line version, simply use go install to install it
- To use it in your Go programs, you can call interp.Exec() directly for simple needs
- It has proper support for CSV and TSV files
- It's the only AWK implementation we know with a code coverage feature
- It supports negative field indexes to access fields from the right
- It's embeddable in your Go programs
- Most AWK scripts are faster than awk and on a par with gawk, though usually slower than mawk
Programming Language
Go
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/goawk.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.