Skip to content

Instantly share code, notes, and snippets.

View illiiilli's full-sized avatar
💭
same

Alan Chen illiiilli

💭
same
View GitHub Profile
@illiiilli
illiiilli / Powershell Rosetta Stone.md
Last active July 7, 2020 14:42 — forked from yunga/Powershell Rosetta Stone.md
Dos/Unix/Powershell Commands

Unix / CMD / Powershell Rosetta Stone

[CMD] [Unix] [Powershell] Synopsis
HELP [man] [Get-Help] Displays information about commands and concepts.
[apropos] [Get-Command] Gets all commands.
[Show-Command] Displays PowerShell commands in a graphical window.

View drive and mount related information

| [CMD] | [Unix] | [Powershell] | Synopsis |