mirror of https://github.com/cheat/cheat.git
Trivial edits to cheatsheets.
This commit is contained in:
parent
cd465ef84f
commit
e64babc972
|
@ -29,4 +29,4 @@ journalctl _COMM=crond --since '10:00' --until '11:00'
|
|||
journalctl --list-boots
|
||||
|
||||
# Filter by specific User ID e.g., user id 1000
|
||||
journalctl _UID=1000
|
||||
journalctl _UID=1000
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
p4 info
|
||||
|
||||
# Open a file and add it to depot
|
||||
p4 add <filename>
|
||||
p4 add <filename>
|
||||
|
|
|
@ -19,4 +19,3 @@ zoneadm -z <zone_name> reboot
|
|||
|
||||
# List Zones
|
||||
zoneadm list -cv
|
||||
|
||||
|
|
Loading…
Reference in New Issue