grep: Add egrep and fgrep shims

https://github.com/ScoopInstaller/Main/pull/1466#issuecomment-1001243589
This commit is contained in:
Rashil Gandhi 2021-12-27 12:50:57 +05:30 committed by GitHub
parent 6f719b6b3f
commit 7209d4ad1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,16 @@
[
"grep-3.7-x64.exe",
"grep"
],
[
"grep-3.7-x64.exe",
"egrep",
"-E"
],
[
"grep-3.7-x64.exe",
"fgrep",
"-F"
]
],
"extract_dir": "tools\\install\\grep-windows-3.7"
@ -33,6 +43,16 @@
[
"grep-$version-x64.exe",
"grep"
],
[
"grep-$version-x64.exe",
"egrep",
"-E"
],
[
"grep-$version-x64.exe",
"fgrep",
"-F"
]
],
"extract_dir": "tools\\install\\grep-windows-$version"
@ -40,4 +60,3 @@
}
}
}