Skip to content
Menu
myCloud myCloud

Personal short notes about Cloud

  • XMPie
  • AWS
    • AWS Topics
    • AWS Architecture
    • AWS CLI
    • AWS Health
    • AWS Policies
    • AWS Cost
  • CHEAT SHEETS
myCloud myCloud

Personal short notes about Cloud

Bash vs Powershell

By mikado on October 22, 2022October 22, 2022

This is not a comparison, but more like equivalent

BashPowershell
echoWrite-host
pwdGet-Location
lsGet-ChildItem
cdSet-Location
cpCopy-Item
touchNew-Item
mvMove-Item
rmRemove-Item
mdMake-Dir
catGet-Content
manGet-Help

Alias

Get-Alias

Create Aliases valid for the session only or save it in file.ps1 and set as PS loads

New-Alias/Set-Alias Goto Set-Location

$PsHome path is different for 32bit and 64bit instances of PowerShell

For the 64bit environment:

C:\Windows\System32\WindowsPowerShell\v1.0

For the 32bit environment:

C:\Windows\System32\WindowsPowerShell\v1.0

Profiles

Category: SCRIPTS

Categories

  • AWS (4)
  • AWS Architecture (8)
  • AWS CLI (5)
  • AWS Cost (3)
  • AWS Health (4)
  • AWS Policies (2)
  • AWS Topics (24)
  • CHEAT SHEETS (16)
  • Container (21)
  • Datadog (4)
  • Jenkins (2)
  • Linux (9)
  • Microsoft (7)
  • Python (1)
  • SCRIPTS (9)
  • Terraform (5)
  • XMPie (6)
©2025 myCloud
Click to Copy