isosize
Display the size of an ISO file. More information: <https://manned.org/isosize>.
Install
- All systems
-
curl cmd.cat/isosize.sh
- Debian
-
apt-get install util-linux - Ubuntu
-
apt-get install util-linux -
Alpine
-
apk add util-linux - Arch Linux
-
pacman -S util-linux - Kali Linux
-
apt-get install util-linux - CentOS
-
yum install util-linux - Fedora
-
dnf install util-linux - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install util-linux - OS X
-
brew install util-linux - Raspbian
-
apt-get install util-linux - Docker
-
docker run cmd.cat/isosize isosizepowered by Commando
Display the size of an ISO file. More information: <https://manned.org/isosize>.
-
Display the size of an ISO file:
isosize path/to/file.iso -
Display 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
© tl;dr; authors and contributors