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.
dos mklink コマンドを使用してシンボリックリンクを作成する bash ファイル (.sh ファイル) を作成したいと考えています。
mklink /D "path" "path"
このウィンドウ コマンドを bash で使用します
しかし、試してみると、エラーが発生しました:mklink:コマンドが見つかりません
それを解決する方法は?