mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:15:44 +02:00
get-history: add page (#7126)
This commit is contained in:
parent
c99cc4e254
commit
9b4ded37e8
1 changed files with 16 additions and 0 deletions
16
pages/windows/get-history.md
Normal file
16
pages/windows/get-history.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Get-History
|
||||||
|
|
||||||
|
> Display PowerShell command history.
|
||||||
|
> More information: <https://docs.microsoft.com/powershell/module/microsoft.powershell.core/get-history>.
|
||||||
|
|
||||||
|
- Display the commands history list with ID:
|
||||||
|
|
||||||
|
`Get-History`
|
||||||
|
|
||||||
|
- Get PowerShell history item by ID:
|
||||||
|
|
||||||
|
`Get-History -Id {{id}}`
|
||||||
|
|
||||||
|
- Display the last N commands:
|
||||||
|
|
||||||
|
`Get-History -Count {{count}}`
|
Loading…
Add table
Reference in a new issue