mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
16 lines
420 B
Markdown
16 lines
420 B
Markdown
# 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`
|