explorer.exe - yokohama/oreshic-record GitHub Wiki

WSLからwindowsの画像ファイルを開く(Windowsアプリ)

Message

WSL上から Windows の explorer.exe を呼び出して画像ファイルを開く。
wslpath -w で Linux パスを Windows 形式パスに変換している。

Command

explorer.exe "$(wslpath -w /tmp/apple.jpg)"

Result

Tag

{none}

⚠️ **GitHub.com Fallback** ⚠️