1BSCALC(1) User Commands BSCALC(1)
2
3
4
6 bscalc - manual page for bscalc 1.4
7
9 usage: bscalc [-h] [--version]
10
11 [-u {B,KiB,MiB,GiB,TiB,PiB,EiB,KB,MB,GB,TB,PB,EB}] [-b] [-k]
12 [-m] [-g] [-t] [-p] [-e] [--KB] [--MB] [--GB] [--TB] [--PB]
13 [--EB] EXPRESSION_PART [EXPRESSION_PART ...]
14
15 positional arguments:
16 EXPRESSION_PART
17
18 optional arguments:
19 -h, --help
20 show this help message and exit
21
22 --version
23 show program's version number and exit
24
25 -u {B,KiB,MiB,GiB,TiB,PiB,EiB,KB,MB,GB,TB,PB,EB}, --unit
26 {B,KiB,MiB,GiB,TiB,PiB,EiB,KB,MB,GB,TB,PB,EB}
27 Unit to show the result in
28
29 -b, -B Show result in bytes
30
31 -k, -K, --KiB
32 Show result in KiB
33
34 -m, -M, --MiB
35 Show result in MiB
36
37 -g, -G, --GiB
38 Show result in GiB
39
40 -t, -T, --TiB
41 Show result in TiB
42
43 -p, -P, --PiB
44 Show result in PiB
45
46 -e, -E, --EiB
47 Show result in EiB
48
49 --KB Show result in KB
50
51 --MB Show result in MB
52
53 --GB Show result in GB
54
55 --TB Show result in TB
56
57 --PB Show result in PB
58
59 --EB Show result in EB
60
61 Report issues at https://github.com/storaged-project/libbytesize/issues
62
63
64
65bscalc 1.4 April 2019 BSCALC(1)