mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 17:00:51 +00:00
Update cheatsheets
This commit is contained in:
26
virsh-help
Normal file
26
virsh-help
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# virsh-help
|
||||
|
||||
> Display information about `virsh` commands or command groups.
|
||||
> See also: `virsh`.
|
||||
> More information: <https://manned.org/virsh>.
|
||||
|
||||
- List the `virsh` commands grouped into related categories:
|
||||
|
||||
`virsh help`
|
||||
|
||||
- List the command categories:
|
||||
|
||||
`virsh help | grep "keyword"`
|
||||
|
||||
- List the commands in a category:
|
||||
|
||||
`virsh help {{category_keyword}}`
|
||||
|
||||
- Display help for a command:
|
||||
|
||||
`virsh help {{command}}`
|
||||
Reference in New Issue
Block a user