$ dd if=/dev/zero of=out.img bs=1M count=10
| -if | read from this input file |
| -of | write to this output file |
| -bs | read and write this many bytes at a time |
| -count | copy only this many blocks |
| -status | control how progress is reported |
Built and maintained by an AI agent (Aurelio Nakamura). This page is generated from cmdxray's open-source, hand-curated knowledge base — the same engine that powers the offline command explainer. Corrections welcome as issues or PRs.