Files
tldr/pages
Gilles Quenot 1b05651161 cp: example using -t (#9706)
* Add example using -t

Think of:

    find . -name '*foobar*' -type f -print0 | xargs -0 cp -r DEST_DIR

All of the files passed by the pipe will remain in DEST_DIR

* cp: add missing ":" in description

* cp: fix typo

* Update pages/common/cp.md

* Fix typo
2023-01-03 13:34:10 +10:00
..
2023-01-02 08:08:10 -03:00
2023-01-03 13:34:10 +10:00
2023-01-02 09:03:50 -03:00
2022-12-21 11:26:27 +07:00