Lines Matching refs:G

708 @samp{G}  => 1024*1024*1024 (GibiBytes)
726 @samp{G} => 1024*1024*1024 (GibiBytes)
1011 @item G
2645 Print control characters using hat notation (e.g., @samp{^G}); print
4633 by numeric value. For example, @samp{1023M} sorts before @samp{1G}
4634 because @samp{M} (mega) precedes @samp{G} (giga) as an SI
4836 F | sort -m -o F - G} is not safe as @command{sort} might start
4872 @samp{M} by 1,048,576, @samp{G} by 1,073,741,824, and so on for
5631 ptx -G [@var{option} @dots{}] [@var{input} [@var{output}]]
5634 The @option{-G} (or its equivalent: @option{--traditional}) option disables
5637 When @option{-G} is not specified, GNU extensions are always enabled.
5685 @item -G
6040 @option{-G} command line option, unless overridden by other command line
6042 simple rule is to avoid @option{-G} if you care about GNU extensions.
6058 might also want to automatically configure in a @option{-G} option to
6060 that the installed @command{ptx} accepts @option{-G}.
7157 Bell (BEL, Control-G).
7922 @item -G
7924 @opindex -G
8074 with @option{--no-group} (@option{-G}).
10645 @samp{K}, @samp{M}, or @samp{G} to specify a multiple. @xref{Block size}.
12952 @item %G -- Group name of owner
13742 @item -G @var{file}
13743 @opindex -G
15960 @item -G
15962 @opindex -G
15971 @option{-u}, @option{-g}, or @option{-G}.
15978 @option{-u}, @option{-g}, or @option{-G}.
16487 @item %G
16494 for example, the format @samp{%G-%m-%d} is probably a mistake,
16645 @samp{%C}, @samp{%F}, @samp{%G}, and @samp{%Y} (all without
18989 representation (e.g. @samp{4G} @expansion{} @samp{4,000,000,000}).
19050 The default is no scaling, meaning suffixes (e.g. @samp{M}, @samp{G}) will
19142 @samp{G} => @math{1000^3 = 10^9} (Giga)
19162 @samp{G} => @math{1024^3 = 2^{30}} (Gibi)
19172 The @option{iec} option uses a single letter suffix (e.g. @samp{G}), which is
19242 932G
19269 rootfs 132G 104741408 26554036 80% /
19271 /dev/sdb1 694G 651424756 46074696 94% /home
19312 $ LC_ALL=C numfmt --from=iec --grouping 2G
19315 $ LC_ALL=en_US.utf8 numfmt --from=iec --grouping 2G
19318 $ LC_ALL=ta_IN numfmt --from=iec --grouping 2G
19321 $ LC_ALL=C numfmt --from=iec --format="==%'15f==" 2G
19324 $ LC_ALL=en_US.utf8 numfmt --from=iec --format="==%'15f==" 2G
19327 $ LC_ALL=en_US.utf8 numfmt --from=iec --format="==%'-15f==" 2G
19330 $ LC_ALL=ta_IN numfmt --from=iec --format="==%'15f==" 2G
19378 @samp{%f}, @samp{%g}, @samp{%A}, @samp{%E}, @samp{%F}, @samp{%G}@.