mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:35:40 +02:00
pwsh: refresh page (#10003)
This commit is contained in:
parent
021bb30593
commit
3df423bce8
1 changed files with 3 additions and 21 deletions
|
@ -1,25 +1,7 @@
|
|||
# pwsh
|
||||
|
||||
> PowerShell Core is a cross-platform automation and configuration tool/framework.
|
||||
> See also: `powershell`.
|
||||
> More information: <https://learn.microsoft.com/powershell/>.
|
||||
> This command is an alias of `powershell`.
|
||||
|
||||
- Start an interactive shell session:
|
||||
- View documentation for the original command:
|
||||
|
||||
`pwsh`
|
||||
|
||||
- Start an interactive shell session without loading startup configs:
|
||||
|
||||
`pwsh -NoProfile`
|
||||
|
||||
- Execute specific commands:
|
||||
|
||||
`pwsh -Command "{{string}}"`
|
||||
|
||||
- Execute a specific script:
|
||||
|
||||
`pwsh {{path/to/script.ps1}}`
|
||||
|
||||
- Start an interactive shell session with a specific execution policy:
|
||||
|
||||
`pwsh -ExecutionPolicy {{AllSigned|Bypass|Default|RemoteSigned|Restricted|...}}`
|
||||
`tldr powershell`
|
||||
|
|
Loading…
Add table
Reference in a new issue