Home
last modified time | relevance | path

Searched refs:output (Results 1 – 25 of 43) sorted by relevance

12

/coreutils/man/
Ddummy-man19 output=
24 --output=*) output=`expr x"$1" : x'--output=\(.*\)'`;;
25 --output) shift; output=$1;;
44 test -f "$dist_man" && cp "$dist_man" "$output" && exit || :
46 baseout=`basename_ "$output"`
Dod.x8 Display hexdump format output
11 The default output format used by od
Dyes.x2 yes \- output a string repeatedly until killed
Dtail.x2 tail \- output the last part of files
Dhead.x2 head \- output the first part of files
Dtee.x2 tee \- read from standard input and write to standard output and files
Dcat.x2 cat \- concatenate files and print on the standard output
Dbase64.x2 base64 \- base64 encode/decode data and print to standard output
Dbase32.x2 base32 \- base32 encode/decode data and print to standard output
Dnohup.x2 nohup \- run a command immune to hangups, with output to a non-tty
/coreutils/tests/df/
Ddf-output.sh25 df: options OPT and --output are mutually exclusive
29 df -i --output '.' 2>out && fail=1
33 df --output -i '.' 2>out && fail=1
37 df -P --output '.' 2>out && fail=1
41 df --output -P '.' 2>out && fail=1
45 df -T --output '.' 2>out && fail=1
49 df --output -T '.' 2>out && fail=1
55 df: option --output: field 'target' used more than once
59 df --output=target,source,target '.' 2>out && fail=1
81 df -h --output '.' >out || fail=1
[all …]
/coreutils/tests/sort/
Dsort-exit-early.sh32 touch output
33 chmod a-r output
34 returns_ $SORT_FAILURE timeout 10 sort -o typo - output || fail=1
/coreutils/tests/head/
Dhead-elide-tail.pl72 my $output = substr $input, 0, $out_len;
74 {IN=>$input}, {OUT=>$output}];
92 my $output = substr $input, 0, 2 * $out_len;
94 {IN=>$input}, {OUT=>$output}];
/coreutils/tests/misc/
Dtee.sh124 yes | returns_ 1 timeout 10 tee --output-error=warn 2>err >fifo || fail=1
129 yes | returns_ 1 timeout 10 tee --output-error=exit /dev/null 2>err >fifo \
135 yes | returns_ 1 timeout 10 tee --output-error=exit ./e/noent 2>err >fifo \
141 yes | timeout 10 tee --output-error=exit-nopipe 2>err >fifo || fail=1
Dnohup.sh32 echo 'nohup: appending output to 'nohup.out'\'
/coreutils/src/
Dstty.c185 control, input, output, local, combination enumerator
253 {"opost", output, SANE_SET | REV, OPOST, 0},
255 {"olcuc", output, SANE_UNSET | REV, OLCUC, 0},
258 {"ocrnl", output, SANE_UNSET | REV, OCRNL, 0},
261 {"onlcr", output, SANE_SET | REV, ONLCR, 0},
264 {"onocr", output, SANE_UNSET | REV, ONOCR, 0},
267 {"onlret", output, SANE_UNSET | REV, ONLRET, 0},
270 {"ofill", output, SANE_UNSET | REV, OFILL, 0},
273 {"ofdel", output, SANE_UNSET | REV, OFDEL, 0},
276 {"nl1", output, SANE_UNSET, NL1, NLDLY},
[all …]
Dtac.c146 output (char const *start, char const *past_end) in output() function
295 output (G_buffer, past_end); in tac_seekable()
356 output (match_end, past_end); in tac_seekable()
362 output (match_start, past_end); in tac_seekable()
577 output ((char *) nullptr, (char *) nullptr); in main()
/coreutils/tests/csplit/
Dcsplit-suppress-matched.pl183 foreach my $output (@$value)
186 my $cmp = {CMP => [ $output, { $filename => undef}]};
/coreutils/tests/date/
Ddate-debug.sh58 date: output format: '%a %b %e %T %z %Y'
109 date: output format: '%a %b %e %T %z %Y'
130 date: output format: '$d_t_fmt'
158 date: output format: '%F'
188 date: output format: '$d_t_fmt'
220 date: output format: '%F'
244 date: output format: '$d_t_fmt'
262 date: output format: '$d_t_fmt'
291 date: output format: '$d_t_fmt'
/coreutils/tests/ls/
Dls-time.sh70 In the output below, the date of last modification for 'a' should
88 In the output below, the date of last access for 'a' should
117 In the output below, 'c' should have had a ctime more recent than
/coreutils/.github/
DISSUE_TEMPLATE.txt41 * Include the version of the program (e.g. the output of `PROG --version`).
43 (e.g. the output of `uname -a`).
45 * Clearly explain what is the output you expected to get, and what is
64 output, and other content resulting in messages over about 40 kB.
/coreutils/tests/tail/
Dend-of-device.sh35 device=$(df --output=source . | tail -n1) || framework_failure_
/coreutils/doc/
Dcoreutils.texi288 * Output formatting in ptx:: Types of output format, and sizing the fields
320 * Sorting the output:: Sorting the output
321 * General output formatting:: General output formatting
389 * tee invocation:: Redirect output to multiple files or processes
545 having to wait for an answer to a bug report. If the debug output
618 @cindex output NUL-byte-terminated lines
621 output even when that output would contain data with embedded newlines.
648 and terminate output items with ASCII NUL.
658 @cindex SI output
672 @cindex human-readable output
[all …]
/coreutils/tests/du/
D2g.sh29 free_kb=$(df -k --output=avail . | tail -n1)
/coreutils/tests/dd/
Dskip-seek-past-dev.sh36 device=$(df --output=source . | tail -n1) || framework_failure_

12