Home
last modified time | relevance | path

Searched refs:numeric (Results 1 – 14 of 14) sorted by relevance

/coreutils/tests/split/
Dsuffix-auto-length.sh25 returns_ 1 split file.in -b1 --numeric=89 || fail=1
33 split file.in "$prefix" -b1 --numeric --additional-suffix="$add_suffix" \
45 split --numeric-suffixes=1 --number=r/100 file.in || fail=1
51 returns_ 1 split --numeric-suffixes=100 --number=r/100 file.in || fail=1
57 split --numeric-suffixes --number=110 file.in || fail=1
/coreutils/man/
Dhostid.x2 hostid \- print the numeric identifier for the current host
Dchown.x16 owner is followed by a colon and a group name (or numeric group ID),
Dchmod.x52 A numeric mode is from one to four octal digits (0\-7), derived by
/coreutils/tests/sort/
Dsort-debug-warn.sh32 sort: key 1 is numeric and spans multiple fields
136 sort: key 1 is numeric and spans multiple fields
150 sort: key 1 is numeric and spans multiple fields
161 sort: key 1 is numeric and spans multiple fields
169 sort: key 1 is numeric and spans multiple fields
178 sort: key 1 is numeric and spans multiple fields
/coreutils/gl/modules/
Dstrnumcmp2 Compare numeric strings.
/coreutils/doc/
Dperm.texi489 @cindex numeric modes
490 @cindex file mode bits, numeric
532 For example, numeric mode @samp{4751} corresponds to symbolic mode
533 @samp{u=srwx,g=rx,o=x}, and numeric mode @samp{664} corresponds to symbolic mode
537 A numeric mode is usually shorter than the corresponding symbolic
542 Also, operator numeric modes can take previous file mode bits into
553 An operator numeric mode is a numeric mode that is prefixed by a
559 owner. Operator numeric modes can be combined with symbolic modes by
568 Operator numeric modes are a GNU extension.
589 numeric mode such as @samp{=755}, or sets them in a numeric mode, or
[all …]
Dsort-version.texi260 @node Version sort is not the same as numeric sort
261 @subsection Version sort is not the same as numeric sort
287 Numeric sort (@samp{sort -n}) treats the entire string as a single numeric
304 and @samp{.} parts are identical, then the numeric values @samp{5} and
Dcoreutils.texi75 * hostid: (coreutils)hostid invocation. Print numeric host identifier.
109 * seq: (coreutils)seq invocation. Print numeric sequences
432 * hostid invocation:: Print numeric host identifier
472 * seq invocation:: Print numeric sequences
1176 may be specified as names or numeric IDs, there is an
1184 This is troublesome when you want to specify a numeric ID, say 42,
1193 Simply precede each numeric user ID and/or group ID with a @samp{+},
3427 and unless @option{-n} or @option{--numeric-suffixes=@var{from}} is
3431 @itemx --numeric-suffixes[=@var{from}]
3433 @opindex --numeric-suffixes
[all …]
/coreutils/tests/printf/
Dprintf.sh117 sed 's/: Invalid.*/: expected a numeric value/' err > k && mv k err
/coreutils/src/
Dsort.c210 bool numeric; /* Flag for numeric comparison. Handle member
2298 return key->numeric || key->general_numeric || key->human_numeric; in key_numeric()
2335 else if (key->numeric || key->human_numeric) in debug_key()
2407 if (key->numeric) in key_to_opts()
2513 ugkey.numeric &= !key->numeric; in key_warnings()
2692 if (key->numeric) in keycompare()
4140 if (1 < (key->numeric + key->general_numeric + key->human_numeric in check_ordering_compatibility()
4241 key->numeric = true; in set_ordering()
4723 key->numeric = gkey.numeric; in main()
/coreutils/tests/date/
Ddate-debug.sh82 date: numeric values overflow;
/coreutils/
DNEWS499 printf now supports printing the numeric value of multi-byte characters.
700 for --numeric, --hex, or default alphabetic suffixes respectively.
711 Affected programs and options include du -d, expr's numeric operands
1096 lower case hexadecimal suffixes, similar to the --numeric-suffixes option.
1164 date now outputs "-00" for a numeric time zone if the time is UTC
1737 chroot has better --userspec and --group look-ups, with numeric IDs never
2258 numeric modes can be combined with symbolic modes by separating them with
2260 user-read permissions. Unlike ordinary numeric modes, operator numeric
2264 Also, ordinary numeric modes with five or more digits no longer preserve
2267 lack the GNU extension mentioned previously, and where ordinary numeric
[all …]
/coreutils/tests/
Dlocal.mk411 tests/split/numeric.sh \