Skip to content

Instantly share code, notes, and snippets.

View Nico070412's full-sized avatar

Nico Nico070412

View GitHub Profile
@Nico070412
Nico070412 / gist:719ab7cd561543f9c21ee6643dbfc16f
Last active October 30, 2025 15:12
Linux/PowerShell command equivalents
Linux PowerShell
cp Copy-Item
rm Remove-Item
cd Set-Location
mkdir New-Item
man Get-Help
history Get-History
alias Get-Alias
cat Get-Content