Downloads:
73,203
Downloads of v 5.0.0:
686
Last Update:
26 Apr 2019
Package Maintainer(s):
Software Author(s):
- The GNU Project
Tags:
text-processor awk- Software Specific:
- Software Site
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
GNU awk
This is not the latest version of GNU awk available.
- 1
- 2
- 3
5.0.0 | Updated: 26 Apr 2019
- Software Specific:
- Software Site
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
73,203
Downloads of v 5.0.0:
686
Maintainer(s):
Software Author(s):
- The GNU Project
GNU awk 5.0.0
This is not the latest version of GNU awk available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by The GNU Project. The inclusion of The GNU Project trademark(s), if any, upon this webpage is solely to identify The GNU Project goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install GNU awk, run the following command from the command line or from PowerShell:
To upgrade GNU awk, run the following command from the command line or from PowerShell:
To uninstall GNU awk, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download gawk --internalize --version=5.0.0 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade gawk -y --source="'INTERNAL REPO URL'" --version="'5.0.0'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade gawk -y --source="'INTERNAL REPO URL'" --version="'5.0.0'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install gawk
win_chocolatey:
name: gawk
version: '5.0.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'gawk' do
action :install
source 'INTERNAL REPO URL'
version '5.0.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller gawk
{
Name = "gawk"
Version = "5.0.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gawk':
ensure => '5.0.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator gep13 on 03 Jun 2019.
gawk is a powerful pattern-matching and processing language. It is based on the language AWK.
Several kinds of tasks occur repeatedly when working with text files. You might want to extract
certain lines and discard the rest. Or you may need to make changes wherever certain patterns appear,
but leave the rest of the file alone. Writing single-use programs for these tasks in languages such
as C, C++, or Java is time-consuming and inconvenient. Such jobs are often easier with awk. The awk
utility interprets a special-purpose programming language that makes it easy to handle simple
data-reformatting jobs.
The GNU implementation of awk is called gawk; if you invoke it with the proper options or environment
variables (see Options), it is fully compatible with the POSIX specification of the awk language and
with the Unix version of awk maintained by Brian Kernighan.
Using awk (or gawk) allows you to
Manage small, personal databases
Generate reports
Validate data
Produce indexes and perform other document preparation tasks
Experiment with algorithms that you can adapt later to other computer languages
Also, gawk provides facilities that make it easy to
Extract bits and pieces of data for processing
Sort data
Perform simple network communications
Log in or click on link to see number of positives.
- libncurses5.dll (519948c61b71) - ## / 67
- libreadline6.dll (442cfad18c08) - ## / 69
- gawk.5.0.0.nupkg (e863ebc97986) - ## / 62
- gawk-5.0.0-w32-bin.zip (f2176bf26260) - ## / 60
- awk.exe (ad7316d9d7b3) - ## / 68
- filefuncs.dll (b80e3b597451) - ## / 67
- fnmatch.dll (b60ee0941fcb) - ## / 67
- inplace.dll (80d88c90659c) - ## / 67
- intdiv.dll (65f263115dbf) - ## / 67
- libgmp-10.dll (ca14a884fb1e) - ## / 64
- libmpfr-4.dll (4522fd804dda) - ## / 69
- ordchr.dll (39a2127a0a15) - ## / 71
- readdir.dll (0f7346713edc) - ## / 71
- readdir_test.dll (f9aa40ebb87a) - ## / 67
- readfile.dll (84298b42a9f5) - ## / 67
- revoutput.dll (1cd12f0b1483) - ## / 67
- revtwoway.dll (f858e7d97a2e) - ## / 67
- rwarray.dll (1da2fc2f793a) - ## / 67
- testext.dll (e1adbbafa76b) - ## / 67
- time.dll (c642a9b1f521) - ## / 67
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
GNU awk 5.1.0 | 66925 | Monday, May 18, 2020 | Approved | |
GNU awk 5.0.1 | 3597 | Friday, June 28, 2019 | Approved | |
GNU awk 5.0.0 | 686 | Friday, April 26, 2019 | Approved | |
GNU awk 4.2.142 | 1454 | Sunday, October 21, 2018 | Approved | |
GNU awk 4.2.132 | 385 | Monday, September 24, 2018 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about GNU awk and the GNU awk package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or GNU awk, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.