Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notion to solve issues when running script on MacOS terminal: grep function is incomplete. #140

Open
cky1201 opened this issue Jul 15, 2024 · 0 comments

Comments

@cky1201
Copy link

cky1201 commented Jul 15, 2024

Script was run on a MacOS Terminal interface and the following error was prompt:

command 'grep' function is incomplete, please install the full version first.

This error prompted even when
brew install grep
is runned, and that no grep version newer than the version locally available.

Environment: MacOS Sonoma 14.5, Terminal version 2.14, grep installed version: grep (BSD grep, GNU compatible) 2.6.0-FreeBSD.

This issue is due to the workaround for new grep version install via homebrew not to interfere with the original one. The new version of grep is install as ggrep. Therefore, I suggest a MacOS terminal version that replaces 'grep' in the original script into 'ggrep' as a higher version of grep is needed to run the script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant