mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 10:42:26 +00:00
14 lines
332 B
Plaintext
14 lines
332 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# ni
|
|
|
|
> In PowerShell, this command is an alias of `New-Item`.
|
|
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item>.
|
|
|
|
- View documentation for the original command:
|
|
|
|
`tldr new-item`
|