We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem :
# git++ help Available commands: sed: illegal option -- r usage: sed script [-Ealn] [-i extension] [file ...] sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...] help sed: illegal option -- r usage: sed script [-Ealn] [-i extension] [file ...] sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...] list sed: illegal option -- r usage: sed script [-Ealn] [-i extension] [file ...] sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...] version sed: illegal option -- r usage: sed script [-Ealn] [-i extension] [file ...] sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...] hello
Solution on OSX with brew: brew install gnu-sed --default-names
brew install gnu-sed --default-names
If still not working remove default sed binarie in /bon/sed and make a symlink : sudo ln -s /usr/local/bin/gnu-sed /bin/sed
sudo ln -s /usr/local/bin/gnu-sed /bin/sed
The text was updated successfully, but these errors were encountered:
massipasquesi
No branches or pull requests
Problem :
Solution on OSX with brew:
brew install gnu-sed --default-names
If still not working remove default sed binarie in /bon/sed and make a symlink :
sudo ln -s /usr/local/bin/gnu-sed /bin/sed
The text was updated successfully, but these errors were encountered: