Unicode in file path #402
Replies: 3 comments 10 replies
-
Hi, the backslashes You can solve this by removing the double quotes echo "{{file_path:absolute}}" | pbcopy becomes: echo {{file_path:absolute}} | pbcopy Now your Bash (or similar) shell will discard the backslashes. Did this help to solve your problem? 🙂 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Normally, if you can read the In my case, I use So I think keeping the |
Beta Was this translation helpful? Give feedback.
-
I have tried copying the full path of the current file. use
My file path is:
But the shell command output is:
It seems like there is a Unicode conversion issue. Do you have any advice on how to resolve it?
Beta Was this translation helpful? Give feedback.
All reactions