mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 19:43:11 +00:00
22 lines
512 B
Plaintext
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`
|