> For the complete documentation index, see [llms.txt](https://devops-collective-inc.gitbook.io/the-big-book-of-powershell-gotchas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://devops-collective-inc.gitbook.io/the-big-book-of-powershell-gotchas/these-arent-your-fathers-commands.md).

# These Aren't Your Father's Commands

Always keep in mind that while PowerShell has things called Dir and Cd, they aren't the old MS-DOS commands. They're simply aliases, or nicknames, to PowerShell commands. That means they have different syntax.

![image075.png](/files/-LA8qUbR4hRit8unpZNp)

You can run help dir (or ask for help on any other alias) to see the actual command name, and its proper syntax.
