switch_root, tailf, uuidparse, waitpid: add pages (#12108)

* switch_root, tailf, uuidparse, waitpid: add pages

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
This commit is contained in:
Juri Dispan
2024-01-23 08:26:57 +01:00
committed by GitHub
parent 77483d96d9
commit 14bb4a9221
4 changed files with 80 additions and 0 deletions

33
pages/linux/uuidparse.md Normal file
View File

@@ -0,0 +1,33 @@
# uuidparse
> Parse universally unique identifiers.
> See also: `uuidgen`.
> More information: <https://manned.org/uuidparse.1>.
- Parse the specified UUIDs, use a tabular output format:
`uuidparse {{uuid1 uuid2 ...}}`
- Parse UUIDs from `stdin`:
`{{command}} | uuidparse`
- Use the JSON output format:
`uuidparse --json {{uuid1 uuid2 ...}}`
- Do not print a header line:
`uuidparse --noheadings {{uuid1 uuid2 ...}}`
- Use the raw output format:
`uuidparse --raw {{uuid1 uuid2 ...}}`
- Specify which of the four output columns to print:
`uuidparse --output {{UUID,VARIANT,TYPE,TIME}}`
- Display help:
`uuidparse -h`