mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 10:43:53 +00:00
13 lines
241 B
Plaintext
13 lines
241 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# iwr
|
|
|
|
> In PowerShell, this command is an alias of `Invoke-WebRequest`.
|
|
|
|
- View documentation for the original command:
|
|
|
|
`tldr invoke-webrequest`
|