I downloaded a go file by typing go install https://link.com/file but the file downloaded with an ! Before it and when I try to cd home/user/file I get a code saying zsh event not found. Also, when I look at the file in my file manager there is a lock on the file. How do I fix this?
Asked
Active
Viewed 20 times
-1
-
Try putting single quotes `'` around the filename. – user9517 Sep 15 '22 at 13:05
-
I tried that now it’s saying cd: no such file or directory – Jake Pelczar Sep 15 '22 at 17:11