mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
19 lines
431 B
Plaintext
19 lines
431 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# caligula
|
|
|
|
> A user-friendly, lightweight TUI for disk imaging.
|
|
> See also: `dd`.
|
|
> 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}}`
|