Files
cheatsheet-tldr/tldr/linux/abrt-action-analyze-c
2024-10-12 00:16:39 +00:00

22 lines
512 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# abrt-action-analyze-c
> Calculate UUID for a problem data directory with `coredump`.
> More information: <https://manned.org/abrt-action-analyze-c>.
- Calculate and save the UUID for the current working directory:
`abrt-action-analyze-c`
- Calculate and save the UUID for a specific directory:
`abrt-action-analyze-c -d {{path/to/directory}}`
- Calculate and save the UUID verbosely:
`abrt-action-analyze-c -v`