Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-07 00:20:00 +00:00
parent 54f6ce428c
commit a5c67e91ea
3 changed files with 6 additions and 6 deletions

View File

@@ -8,10 +8,6 @@ source: https://github.com/tldr-pages/tldr.git
> High-level tracing language for Linux eBPF.
> More information: <https://github.com/bpftrace/bpftrace/blob/master/man/adoc/bpftrace.adoc>.
- Display bpftrace version:
`bpftrace {{[-V|--version]}}`
- List all available probes:
`sudo bpftrace -l`
@@ -31,3 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- Do a dry run and display the output in eBPF format:
`sudo bpftrace -d -e '{{one_line_program}}'`
- Display version:
`bpftrace {{[-V|--version]}}`

View File

@@ -14,4 +14,4 @@ source: https://github.com/tldr-pages/tldr.git
- Flash an ISO to a drive without entering the hash interactively:
`caligula burn {{path/to/image.iso}} {{[s|--hash]}} {{hash}}`
`caligula burn {{path/to/image.iso}} {{[-s|--hash]}} {{hash}}`

View File

@@ -22,4 +22,4 @@ source: https://github.com/tldr-pages/tldr.git
- Remove all ACL entries of a file:
`setfacl {{[-X|--remove-all]}} {{path/to/file_or_directory}}`
`setfacl {{[-b|--remove-all]}} {{path/to/file_or_directory}}`