Home
last modified time | relevance | path

Searched refs:operands (Results 1 – 5 of 5) sorted by relevance

/coreutils/tests/dd/
Dbytes.sh24 for operands in "count=14B" "count=14 iflag=count_bytes"; do
25 dd $operands conv=swab < in > out 2> /dev/null || fail=1
32 for operands in "iseek=10B" "skip=10 iflag=skip_bytes"; do
34 dd $operands < in > out 2> /dev/null || fail=1
42 dd $operands bs=2 > out 2> /dev/null || fail=1
52 for operands in "oseek=8B" "seek=8 oflag=seek_bytes"; do
55 dd $operands bs=5 > out 2> /dev/null || fail=1
59 dd $operands bs=5 of=out2 count=0 2> /dev/null || fail=1
/coreutils/src/
Dyes.c72 char **operands = argv + optind; in main() local
81 char **operandp = operands; in main()
101 char *buf = reuse_operand_strings ? *operands : xmalloc (bufalloc); in main()
103 operandp = operands; in main()
/coreutils/gl/modules/
Dtargetdir2 Target directory operands
/coreutils/doc/
Dcoreutils.texi742 Normally options and operands can appear in any order, and programs act
743 as if all the options appear before any operands. For example,
747 before operands, unless otherwise specified for a particular command.
749 A few programs can usefully have trailing operands with leading
750 @samp{-}. With such a program, options must precede operands even if
753 must appear before its operands, since in some cases the operands
782 operands even if they begin with @samp{-}. For example, @samp{sort --
1541 Commands that accept floating point numbers as options, operands or
1998 operands) a digit. For example, in @samp{od foo 10} and @samp{od +10}
5187 @cindex command-line operands to shuffle
[all …]
/coreutils/
DNEWS711 Affected programs and options include du -d, expr's numeric operands
3980 dd bs= operands now silently override any later ibs= and obs=
3981 operands, as POSIX and tradition require.
4330 information if seq's operands are all fixed point decimal numbers.
4917 "tail -f" no longer mishandles pipes and fifos. With no operands,
4937 accepting them as operands, so that users are properly warned that
4939 as operands; e.g., "basename -a a" acted like "basename -- -a a".
5055 are one or two operands and the last one begins with +, or if
5056 there are two operands and the latter one begins with a digit.
5231 printf, seq, tail, and sleep now parse floating-point operands