IIRC, "native" MacOS "line breaks" are actually "\r" (only!). So in that particular case, you'd want to replace \r by \n...
But I don't think that this is the problem. I think it's much more mundane, namely that the file doesn't exist, because it was copied somewhere else (maybe directly into /mnt/us, without the folder).
|