Searched refs:replace (Results 1 – 5 of 5) sorted by relevance
/coreutils/man/ |
D | help2man | 131 my %replace = (); 187 elsif ($1 eq '=') { $hash = \%replace; } 192 $hash = \%replace; 245 for my $hash (\(%include, %replace, %append, %append_match)) 323 $replace{_('NAME')} = "$program \\- $opt_name\n"; 329 for ($replace{_('NAME')} || ($include{_('NAME')} ||= '')) 688 while (my ($sect, $text) = each %replace) 690 $include{$sect} = $replace{$sect};
|
/coreutils/src/ |
D | copy.c | 2121 bool replace, bool verbose, bool dereference) in create_hard_link() argument 2125 replace, -1); in create_hard_link() 3084 bool replace = (x->unlink_dest_after_failed_open in copy_internal() local 3088 replace, false, dereference)) in copy_internal()
|
/coreutils/doc/ |
D | fdl.texi | 295 you may not add another; but you may replace the old one, on explicit 331 released under this License, and replace the individual copies of this 484 replace the ``with@dots{}Texts.''@: line with this:
|
D | coreutils.texi | 7495 @var{tab2}, @dots{} (numbered from 0), and replace any tabs beyond the 10197 @command{mv} prompts the user for whether to replace the file. (You might 10211 @emph{Note}: @command{mv} will only replace empty directories in the 10860 Normally @command{ln} does not replace existing files. Use the 10861 @option{--force} (@option{-f}) option to replace them unconditionally, 10862 the @option{--interactive} (@option{-i}) option to replace them
|
/coreutils/ |
D | NEWS | 1795 mv will now replace empty directories in the destination with directories 2472 cp -au (where --preserve=links is implicit) may now replace newer
|