Nako’s Knowledge Base
  • About Me
  • 知識の倉庫
  • Works
  1. Tools
  2. Shell
  3. PowerShell
  • 知識の倉庫
  • Backend
    • Api
      • FastAPI
    • Db
      • SQLModel
  • Cloud
    • Google Cloud
      • gcloudCLI
  • Infrastructure
    • Container
      • Podman
  • Tools
    • Shell
      • PowerShell
    • Vcs
      • Git

On this page

  • PowerShell
    • シンボリックリンクを作成する

PowerShell

シンボリックリンクを作成する

New-Item -ItemType SymbolicLink -Path "<リンク作成先ファイル名>" -Target "<リンク作成元ファイル名>"