1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:22:09 +02:00

isosize: add page (#4522)

This commit is contained in:
en1gma713 2020-10-06 15:39:49 -05:00 committed by GitHub
parent 1bd194c534
commit 05964eb171
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/linux/isosize.md Normal file
View file

@ -0,0 +1,16 @@
# isosize
> Display the size of an ISO file.
> More information: <https://linux.die.net/man/8/isosize>.
- 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}}`