Searched refs:append (Results 1 – 11 of 11) sorted by relevance
/coreutils/src/ |
D | tee.c | 43 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/ |
D | sparse-2.sh | 32 for append in no yes; do 33 test $append = yes && printf y >> k
|
D | sparse.sh | 63 dd iflag=fullblock if=$i of=file.in conv=notrunc oflag=append \
|
/coreutils/man/ |
D | help2man | 132 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/ |
D | coreutils-5.0-on-glibc-2.28.diff | 23 /* If nonzero, append to output files rather than truncating them. */ 24 static int append;
|
/coreutils/tests/dd/ |
D | sparse.sh | 32 dd if=file.in bs=1 conv=sparse oflag=append > out
|
D | misc.sh | 53 if dd oflag=append if=$tmp_in of=$tmp_out 2> /dev/null; then
|
/coreutils/ |
D | init.cfg | 25 # Also, if PATH lacks /sbin and/or /usr/sbin, append it/them.
|
D | NEWS | 2282 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/ |
D | local.mk | 141 tests/tail/append-only.sh \
|
/coreutils/doc/ |
D | coreutils.texi | 1363 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 …]
|