Searched refs:G (Results 1 – 12 of 12) sorted by relevance
/coreutils/tests/sort/ |
D | sort-h-thousands-sep.sh | 30 3M 3 3 G 4 001 3k 34 3M 3 3 G 4 001 3k 40 3M 3 3 G 4 001 3k
|
/coreutils/src/blake2/ |
D | blake2b-ref.c | 157 #define G(r,i,a,b,c,d) \ macro 171 G(r,0,v[ 0],v[ 4],v[ 8],v[12]); \ 172 G(r,1,v[ 1],v[ 5],v[ 9],v[13]); \ 173 G(r,2,v[ 2],v[ 6],v[10],v[14]); \ 174 G(r,3,v[ 3],v[ 7],v[11],v[15]); \ 175 G(r,4,v[ 0],v[ 5],v[10],v[15]); \ 176 G(r,5,v[ 1],v[ 6],v[11],v[12]); \ 177 G(r,6,v[ 2],v[ 7],v[ 8],v[13]); \ 178 G(r,7,v[ 3],v[ 4],v[ 9],v[14]); \ 222 #undef G
|
/coreutils/tests/id/ |
D | zero.sh | 48 for o in g gr G Gr u ur ; do 88 for o in G Gr ; do
|
/coreutils/tests/du/ |
D | 8gb.sh | 25 timeout 10 dd bs=1 seek=8G of=big < /dev/null 2> /dev/null
|
/coreutils/tests/shred/ |
D | shred-remove.sh | 54 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ || framework_failure_
|
/coreutils/m4/ |
D | jm-macros.m4 | 160 # You can determine the group of a TTY via 'stat --format %G /dev/tty'
|
/coreutils/doc/ |
D | perm.texi | 613 mkdir G 614 chmod 6755 G 615 chmod +6000 G 616 chmod u=rwx,go=rx,a+s G
|
D | coreutils.texi | 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 [all …]
|
/coreutils/ |
D | init.cfg | 493 ${COREUTILS_GROUPS-$( (id -G || /usr/xpg4/bin/id -G) 2>/dev/null)} 508 but running '\''id -G'\'' either failed or found just one. If you really
|
D | THANKS.in | 139 Dameon G. Rogers dgr03@uark.edu 197 Eric G. Miller egm2@jps.net 596 Steven G. Johnson stevenj@alum.mit.edu
|
D | HACKING | 456 COREUTILS_GROUPS=$(id -G)
|
D | NEWS | 3370 'id -G $USER' now works correctly even on Darwin and NetBSD. Previously it 3800 suffixes kB, M, MB, G, GB, and so on for T, P, Y, Z, and Y: 3966 "cp --parents F/G D" no longer creates a directory D/F when F is not 3967 a directory (and F/G is therefore invalid). 4334 seq now lets you use %a, %A, %E, %F, and %G formats. 4810 used with --from=O:G and without the (-h) --no-dereference option. 4947 some relatively-contrived examples like 'cat F | sort -m -o F - G' 5631 e.g. 'df -BG' is equivalent to 'df -B 1G' and to 'df --block-size=1G'.
|