Comparison of Cmdlets With Similar Commands
The following table contains a selection of the cmdlets that ship with PowerShell, noting similar commands in other well-known command-line interpreters.
| PowerShell (Cmdlet) | PowerShell (Alias) | CMD.EXE / COMMAND.COM | Unix shell | Description |
|---|---|---|---|---|
| Get-ChildItem | gci, dir, ls | dir | ls | List all files / directories in the (current) directory |
| Get-Content | gc, type, cat | type | cat | Get the content of a file |
| Get-Command | gcm | help | help, which | List available commands |
| Get-Help | help, man | help | man | Help on commands |
| Clear-Host | cls, clear | cls | clear | Clear the screen |
| Copy-Item | cpi, copy, cp | copy | cp | Copy one or several files / a whole directory tree |
| Move-Item | mi, move, mv | move | mv | Move a file / a directory to a new location |
| Remove-Item | ri, del, erase, rmdir, rd, rm | del, erase, rmdir, rd | rm, rmdir | Delete a file / a directory |
| Rename-Item | rni, ren, mv | ren, rename | mv | Rename a file / a directory |
| Get-Location | gl, pwd | cd | pwd | Display the current directory/present working directory. |
| Pop-Location | popd | popd | popd | Change the current directory to the directory most recently pushed onto the stack |
| Push-Location | pushd | pushd | pushd | Push the current directory onto the stack |
| Set-Location | sl, cd, chdir | cd, chdir | cd | Change the current directory |
| Tee-Object | tee | n/a | tee | Pipe input to a file or variable, then pass the input along the pipeline |
| Write-Output | echo, write | echo | echo | Print strings, variables etc. to standard output |
| Get-Process | gps, ps | tlist, tasklist | ps | List all currently running processes |
| Stop-Process | spps, kill | kill, taskkill | kill | Stop a running process |
| Select-String | sls | find, findstr | grep | Print lines matching a pattern |
| Set-Variable | sv, set | set | env, export, set, setenv | Set the value of a variable / create a variable |
Read more about this topic: Windows PowerShell
Famous quotes containing the words comparison of, comparison, similar and/or commands:
“When we reflect on our past sentiments and affections, our thought is a faithful mirror, and copies its objects truly; but the colours which it employs are faint and dull, in comparison of those in which our original perceptions were clothed.”
—David Hume (17111776)
“The comparison between Coleridge and Johnson is obvious in so far as each held sway chiefly by the power of his tongue. The difference between their methods is so marked that it is tempting, but also unnecessary, to judge one to be inferior to the other. Johnson was robust, combative, and concrete; Coleridge was the opposite. The contrast was perhaps in his mind when he said of Johnson: his bow-wow manner must have had a good deal to do with the effect produced.”
—Virginia Woolf (18821941)
“... the truth is hidden from us. Even if a mere piece of luck brings us straight to it, we shall have no grounded conviction of our success; there are so many similar objects, all claiming to be the real thing.”
—Lucian (c. 120c. 180)
“If writers were too wise, perhaps no books would get written at all. It might be better to ask yourself Why? afterwards than before. Anyway, the force from somewhere in Space which commands you to write in the first place, gives you no choice. You take up the pen when you are told, and write what is commanded. There is no agony like bearing an untold story inside you.”
—Zora Neale Hurston (18911960)