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

awk: cmd. line:14: fatal: cannot open file `^/dev/null' for reading: No such file or directory #13

Open
tsujigiri opened this issue Dec 8, 2021 · 2 comments

Comments

@tsujigiri
Copy link

tsujigiri commented Dec 8, 2021

I'm seeing the above error recently when navigating around with cd, probably since a fish update. I updated z to the latest commit on master. Fish shell is on 3.3.1. z's frecency file doesn't seem to be updated either.

@cah4a
Copy link

cah4a commented May 27, 2022

Just remove ^/dev/null awk argument at line 56 and it will work.

@jvast
Copy link

jvast commented Jul 30, 2022

@tsujigiri

simply change ^/dev/null with 2>/dev/null and all will be well again as 2> is equivalentB. I don't know why the redirect shortcut broke for using ^, but it is.

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

3 participants