mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
5b100fef62
Implement the `--copy-contents` option when the source is a FIFO, so that the contents of the FIFO are copied (when the bytes become available for reading) instead of the FIFO object itself. For example, $ mkfifo fifo $ cp --copy-contents fifo outfile & [1] 1614080 $ echo foo > fifo $ cat outfile foo [1]+ Done cp --copy-contents fifo outfile |
||
---|---|---|
.. | ||
benches/factor | ||
by-util | ||
common | ||
fixtures | ||
test_util_name.rs | ||
tests.rs |