Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-28 00:12:40 +00:00
parent 56ec6bc6dd
commit fc525ef80d
9 changed files with 151 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# debuginfod-find
> Request debuginfo-related data.
> More information: <https://manned.org/debuginfod-find>.
- Request data based on the `build_id`:
`debuginfod-find -vv debuginfo {{build_id}}`