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

readlink -f : illegal option #7

Open
bharadwaj509 opened this issue Mar 23, 2017 · 1 comment
Open

readlink -f : illegal option #7

bharadwaj509 opened this issue Mar 23, 2017 · 1 comment

Comments

@bharadwaj509
Copy link
Contributor

Hi,
I am running the code in OSX and it gives me "readlink -f" is an illegal option.
Here is some reading I did. OSX does not enable all the basic linux path options.

I am working on a fix. Please let me know if I can submit that somewhere for a review.

link

@bharadwaj509
Copy link
Contributor Author

Hi, I fixed it. We need to install the coreutils library in mac.
Procedure is as follows.

  1. brew install coreutils
  2. greadlink -f file.txt

Replace all the "readlinks" with "greadlinks".

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