Skip to content

PowerShell Symbols & Shortcuts

  • . current directory
  • .. parent directory
  • ~ user home
  • | pipeline
  • ` line continuation (backtick)
  • > redirect output (overwrite), >> append
  • ; command separator