Downloads:
98,800
Downloads of v 2.1.5:
2,351
Last Update:
03 Aug 2024
Package Maintainer(s):
Software Author(s):
- Stefan Kueng
Tags:
grepwin grep search regex admin- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
grepWin
This is not the latest version of grepWin available.
- 1
- 2
- 3
2.1.5 | Updated: 03 Aug 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
98,800
Downloads of v 2.1.5:
2,351
Maintainer(s):
Software Author(s):
- Stefan Kueng
grepWin 2.1.5
This is not the latest version of grepWin available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Stefan Kueng. The inclusion of Stefan Kueng trademark(s), if any, upon this webpage is solely to identify Stefan Kueng goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install grepWin, run the following command from the command line or from PowerShell:
To upgrade grepWin, run the following command from the command line or from PowerShell:
To uninstall grepWin, 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 grepwin --internalize --version=2.1.5 --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 grepwin -y --source="'INTERNAL REPO URL'" --version="'2.1.5'" [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 grepwin -y --source="'INTERNAL REPO URL'" --version="'2.1.5'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install grepwin
win_chocolatey:
name: grepwin
version: '2.1.5'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'grepwin' do
action :install
source 'INTERNAL REPO URL'
version '2.1.5'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller grepwin
{
Name = "grepwin"
Version = "2.1.5"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'grepwin':
ensure => '2.1.5',
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 as a trusted package on 05 Nov 2024.
grepWin is a simple search and replace tool which can use regular expressions to do its job. This allows to do much more powerful searches and replaces.
Log in or click on link to see number of positives.
- grepwin.2.1.5.nupkg (a8badfd63ee5) - ## / 67
- grepWin-2.1.5-x64.msi (ddf701023570) - ## / 65
- grepWin-2.1.5.msi (535de0ec827f) - ## / 65
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 |
---|---|---|---|---|
grepWin 2.1.7 | 380 | Monday, November 18, 2024 | Approved | |
grepWin 2.1.6 | 945 | Tuesday, November 5, 2024 | Approved | |
grepWin 2.1.5 | 2351 | Saturday, August 3, 2024 | Approved | |
grepWin 2.1.4 | 702 | Saturday, July 27, 2024 | Approved | |
grepWin 2.1.3 | 1345 | Saturday, June 29, 2024 | Approved | |
grepWin 2.1.2 | 703 | Saturday, June 22, 2024 | Approved | |
grepWin 2.1.1 | 1003 | Monday, June 10, 2024 | Approved | |
grepWin 2.1.0 | 655 | Monday, June 3, 2024 | Approved | |
grepWin 2.0.15 | 6540 | Saturday, June 10, 2023 | Approved | |
grepWin 2.0.14 | 1083 | Friday, June 2, 2023 | Approved | |
grepWin 2.0.13 | 4121 | Friday, January 20, 2023 | Approved | |
grepWin 2.0.12 | 1729 | Wednesday, December 28, 2022 | Approved | |
grepWin 2.0.11 | 3328 | Sunday, September 25, 2022 | Approved | |
grepWin 2.0.10 | 5755 | Saturday, February 19, 2022 | Approved | |
grepWin 2.0.9 | 3463 | Saturday, November 27, 2021 | Approved | |
grepWin 2.0.8 | 5452 | Monday, May 24, 2021 | Approved | |
grepWin 2.0.7 | 2430 | Sunday, April 4, 2021 | Approved | |
grepWin 2.0.6 | 2322 | Monday, February 1, 2021 | Approved | |
grepWin 2.0.5 | 1637 | Sunday, January 10, 2021 | Approved | |
grepWin 2.0.4 | 2971 | Monday, September 21, 2020 | Approved | |
grepWin 2.0.3 | 2378 | Monday, July 13, 2020 | Approved | |
grepWin 2.0.2 | 1070 | Sunday, June 28, 2020 | Approved | |
grepWin 2.0.1 | 1394 | Thursday, May 21, 2020 | Approved | |
grepWin 2.0.0 | 1546 | Tuesday, April 7, 2020 | Approved | |
grepWin 1.9.2 | 4322 | Wednesday, July 24, 2019 | Approved | |
grepWin 1.9.1 | 3243 | Sunday, January 27, 2019 | Approved | |
grepWin 1.9.0 | 2299 | Sunday, October 7, 2018 | Approved | |
grepWin 1.8.1 | 2239 | Sunday, June 17, 2018 | Approved | |
grepWin 1.6.17 | 5608 | Saturday, April 8, 2017 | Approved | |
grepWin 1.6.16 | 1866 | Saturday, December 17, 2016 | Approved | |
grepWin 1.6.14 | 2456 | Sunday, August 7, 2016 | Approved | |
grepWin 1.6.13 | 1850 | Thursday, December 24, 2015 | Approved | |
grepWin 1.6.12.20150921 | 1286 | Monday, September 21, 2015 | Approved | |
grepWin 1.6.12 | 641 | Wednesday, September 16, 2015 | Approved | |
grepWin 1.6.11 | 1024 | Saturday, August 1, 2015 | Approved | |
grepWin 1.6.10.20150713 | 799 | Monday, July 13, 2015 | Approved | |
grepWin 1.6.10 | 567 | Sunday, July 12, 2015 | Approved | |
grepWin 1.6.7.20150427 | 1101 | Monday, April 27, 2015 | Approved | |
grepWin 1.6.7 | 1162 | Monday, February 9, 2015 | Approved | |
grepWin 1.6.6 | 1662 | Wednesday, September 10, 2014 | Approved | |
grepWin 1.6.5 | 667 | Saturday, August 30, 2014 | Approved | |
grepWin 1.6.3 | 1651 | Monday, October 28, 2013 | Approved | |
grepWin 1.6.2 | 794 | Sunday, September 8, 2013 | Approved | |
grepWin 1.6.1 | 997 | Saturday, May 4, 2013 | Approved | |
grepWin 1.6.0 | 1025 | Saturday, November 10, 2012 | Approved | |
grepWin 1.5.9 | 742 | Monday, September 3, 2012 | Approved | |
grepWin 1.5.8 | 653 | Saturday, August 11, 2012 | Approved | |
grepWin 1.5.7.20120526 | 680 | Saturday, May 26, 2012 | Approved | |
grepWin 1.5.7 | 664 | Saturday, May 26, 2012 | Approved | |
grepWin 1.5.6 | 666 | Saturday, February 25, 2012 | Approved | |
grepWin 1.5.5 | 659 | Tuesday, November 29, 2011 | Approved | |
grepWin 1.5.3 | 653 | Friday, October 14, 2011 | Approved | |
grepWin 1.5.2 | 671 | Tuesday, August 23, 2011 | Approved | |
grepWin 1.5.1 | 669 | Tuesday, August 23, 2011 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about grepWin and the grepWin 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 grepWin, 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.