-
Hello together, TLDR: command defaults can’t be found for „defaults com.apple.files ShowAllFiles“ what should I do? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The command "defaults" only exists on Macs, not on iPads or iPhones (and the mechanism it uses is not available either). If the .obsidian folder is inside a folder that you can access with pickFolder, then you can use shell commands like |
Beta Was this translation helpful? Give feedback.
The command "defaults" only exists on Macs, not on iPads or iPhones (and the mechanism it uses is not available either).
If the .obsidian folder is inside a folder that you can access with pickFolder, then you can use shell commands like
ls -a
,cp
... to move files inside it.