I am not sure why I am having this one error on my OSX, using terminal, if someone can help?
Asked
Active
Viewed 73 times
-4

Isidora Bojovic
- 101
- 2
- 5
-
Does that file exist at that path? – Carcigenicate Aug 11 '17 at 14:42
-
Yes, it exists. – Isidora Bojovic Aug 11 '17 at 14:44
1 Answers
1
macOS, like other Unix systems, uses a forward slash /
as its path separator, not a backslash \
like Windows. Replace your \
characters with /
and it should work.

Charles Srstka
- 16,665
- 3
- 34
- 60