mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
grep: Add egrep and fgrep shims
https://github.com/ScoopInstaller/Main/pull/1466#issuecomment-1001243589
This commit is contained in:
parent
6f719b6b3f
commit
7209d4ad1d
@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user