Home
last modified time | relevance | path

Searched refs:append (Results 1 – 11 of 11) sorted by relevance

/coreutils/src/
Dtee.c43 static bool append; variable
129 append = false; in main()
138 append = true; in main()
237 ? (append ? "ab" : "wb") in tee_files()
238 : (append ? "a" : "w")); in tee_files()
/coreutils/tests/cp/
Dsparse-2.sh32 for append in no yes; do
33 test $append = yes && printf y >> k
Dsparse.sh63 dd iflag=fullblock if=$i of=file.in conv=notrunc oflag=append \
/coreutils/man/
Dhelp2man132 my %append = ();
186 if ($1 eq '>') { $hash = \%append; }
245 for my $hash (\(%include, %replace, %append, %append_match))
682 while (my ($sect, $text) = each %append)
684 $include{$sect} .= $append{$sect};
/coreutils/scripts/build-older-versions/
Dcoreutils-5.0-on-glibc-2.28.diff23 /* If nonzero, append to output files rather than truncating them. */
24 static int append;
/coreutils/tests/dd/
Dsparse.sh32 dd if=file.in bs=1 conv=sparse oflag=append > out
Dmisc.sh53 if dd oflag=append if=$tmp_in of=$tmp_out 2> /dev/null; then
/coreutils/
Dinit.cfg25 # Also, if PATH lacks /sbin and/or /usr/sbin, append it/them.
DNEWS2282 split now accepts the --additional-suffix option, to append an
4471 tail -f once again works on a file with the append-only
4982 append append mode (makes sense for output file only)
4993 If you want a newline at the end of your output, append '\n' to the format
/coreutils/tests/
Dlocal.mk141 tests/tail/append-only.sh \
/coreutils/doc/
Dcoreutils.texi1363 common because some shells can automatically append a trailing slash when
5115 find src -type f -print0 | sort -z -f | xargs -0 etags --append
5469 @item append
5534 @c string, append "by default" to the above sentence.
8322 for regular files that are executable, append @samp{*}. The file type
8383 Do not append any character indicator; this is the default.
9605 and append a newline.
9627 @samp{conv=notrunc} or @samp{oflag=append}.
9630 With @samp{oflag=append} the seeks performed will be ineffective.
9719 @item append
[all …]