mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 07:35:24 +02:00
abrt-action-analyze-c: add page (#14107)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
56a279062b
commit
616f4717fd
1 changed files with 16 additions and 0 deletions
16
pages/linux/abrt-action-analyze-c.md
Normal file
16
pages/linux/abrt-action-analyze-c.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue