Files
cheatsheet-tldr/tldr/linux/caligula
2025-11-06 00:20:12 +00:00

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}}`