The Mac's shell is zsh, which is the same family as Linux. Forward slashes, case matters, and there is no Recycle Bin for rm.

cmd, PowerShellzshNotes
dirls -lals alone is the short list.
cd \, cd %USERPROFILE%cd /, cd ~
clsclear, or ⌘K
copy, move, del, rencp, mv, rm, mvrm is permanent.
md, rdmkdir, rmdirrm -r folder removes a folder with contents.
type file.txtcat file.txtless pages; open -e opens it in TextEdit.
findstrgrepgrep -rn "text" .
wherewhich
ipconfigifconfig, ipconfig getifaddr en0The second prints just your address.
tasklist, taskkill /PID nps aux, kill ntop for a live view.
explorer .open .open opens anything: files, URLs, apps.
clippbcopy, pbpastecat file | pbcopy
winget install xbrew install xHomebrew, installed separately. --cask for GUI apps.
systeminfosystem_profiler SPHardwareDataTypesw_vers for the macOS version.
Run as administratorsudo commandAsks for your password; Touch ID can stand in.
set, environment variablesexport NAME=value in ~/.zshrcecho $PATH
C:\Program Files/Applications
%APPDATA%~/Library/Application SupportPreferences and Logs sit next to it.

Copy and paste inside Terminal are C and V. C cancels the running command, exactly like Windows Terminal. Dragging a file into the window pastes its path.