From 05964eb1710b10bae837dd87792e3dfdbc0feeca Mon Sep 17 00:00:00 2001 From: en1gma713 <60906502+en1gma713@users.noreply.github.com> Date: Tue, 6 Oct 2020 15:39:49 -0500 Subject: [PATCH] isosize: add page (#4522) --- pages/linux/isosize.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/isosize.md diff --git a/pages/linux/isosize.md b/pages/linux/isosize.md new file mode 100644 index 0000000000..c9cc600988 --- /dev/null +++ b/pages/linux/isosize.md @@ -0,0 +1,16 @@ +# isosize + +> Display the size of an ISO file. +> More information: . + +- Display the size of an ISO file: + +`isosize {{path/to/file.iso}}` + +- Diplay the block count and block size of an ISO file: + +`isosize --sectors {{path/to/file.iso}}` + +- Display the size of an ISO file divided by a given number (only usable when --sectors is not given): + +`isosize --divisor={{number}} {{path/to/file.iso}}`