-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
z -x sed error on OS X #125
Comments
I get a different error '-i cannot be used with stdin' ... weird. Your error seems to be coming from your username. In any event the fix for OSX doesn't work cross platform (Ubuntu at least) so I need to think about another solution. |
Would it hurt to make a backup file like |
Same issue, OSX wants |
Ah crap. |
Also not sure this is caused by my user name. Since if I try to run |
Also changing it to |
Another option might to something like from this example: http://stackoverflow.com/a/13188531/902968 |
I can verify that this command:
Works on both OS X and Ubuntu |
Thanks! |
When I run
z -x
from any directory on OS X I get this error from sed:This can be fixed by changing the sed command to:
Where
''
is the file extension used for the backup file (in this case nothing meaning no backup file is created)The text was updated successfully, but these errors were encountered: