Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OSXを使用していて、MacOSスタイルのパス(例:Macintosh HD:Users:Shared :)をPOSIXパス(例:/ Users / Shared /)に変換したいと思います。
どうすればそれを達成できますか?
AppleScript を使用してレガシー Mac パスを POSIX パスに変換できます。これは、次を使用してシェルから呼び出すことができますosascript。
osascript
$ osascript -e 'POSIX path of "Macintosh HD:Users:Shared"' /Users/Shared