Mikael Magnusson <[EMAIL PROTECTED]> wrote: > I have a file "a" and a fifo "b". Running "cp a b" prompts "cp: overwrite > b?", but answering yes just writes the contents of "a" into the fifo. If
In this particular case, using the gnu-specific --remove-destination option will make it do what you want. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
