mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 06:42:16 +00:00
18 lines
413 B
Plaintext
18 lines
413 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# caligula
|
|
|
|
> A user-friendly, lightweight TUI for disk imaging.
|
|
> More information: <https://github.com/ifd3f/caligula>.
|
|
|
|
- Flash an ISO to a drive:
|
|
|
|
`caligula burn {{path/to/image.iso}}`
|
|
|
|
- Flash an ISO to a drive without entering the hash interactively:
|
|
|
|
`caligula burn {{path/to/image.iso}} {{[s|--hash]}} {{hash}}`
|