Commit Graph

21 Commits (8699caba882cfabbac44e923184aa079d1ad0748)

Author SHA1 Message Date
Adeepa Gunathilake 549933634c
cp: add -t example (#9866)
* cp: add -t example

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-04-10 10:49:34 +05:30
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
FantasyCookie17 3595c42cce
cp: change 'dereference' to 'follow' (#5843) 2021-04-27 17:02:42 -04:00
Dario Vladović 4830093903
coreutils*: use short more info links (#5658) 2021-04-01 18:54:26 +03:00
marchersimon ad46ebe87a
cp: add more information link (#5556) 2021-03-30 07:30:03 -03:00
Danny Kim ba92cdcc4b
cp: replace ambiguous text (#4223) 2020-07-25 11:19:46 +02:00
Christian Rackerseder d7fc462613
cp: replace -r with -R (#4141) 2020-07-06 20:30:29 +02:00
yurai007 7b3a9b20ac
cp: add examples for common -L and Linux specific --parents (#4026) (#4026) 2020-05-13 00:54:45 +01:00
Marco Bonelli 7047a2f90b cp: clarify and condense similar examples (#2926) 2019-04-18 21:54:58 -03:00
Marco Bonelli 2599a6de48 Refactor: change "folder" to "directory" where needed.
This commit fixes every instance in which the word "folder" is
incorrectly used instead of "directory".
2019-02-13 20:51:04 +05:30
Arun Isaac c049a605b5 cp: fix typo in target folder path (#2492) 2018-10-28 09:59:03 +00:00
Arun Isaac eb80fc01fc cp: remove redundant example (#2486) 2018-10-24 20:03:20 +01:00
Agniva De Sarker 9fd6e9cf11 cp: fix travis error 2017-04-19 10:20:18 +01:00
Waldir Pimenta c3d4b4ac55 cp: phrase -i option the same way as the -v option 2017-04-19 10:20:18 +01:00
Waldir Pimenta faed93cbae cp: remove leading / from paths; add -i example 2017-04-19 10:20:18 +01:00
Waldir Pimenta 00656cd8c4 cp: remove shell expansion examples, add -r 2017-04-19 10:20:18 +01:00
Waldir Pimenta da10202a3d cp.md: major overhaul
- change "directory" to "folder" (more beginner-friendly)
- use an extension to distinguish file paths from folder paths
- reword some of the descriptions for clarity
- include examples to clarify when the target argument defines the actual copy, and when it defines the folder where to put the copy
- add an example to copy contents of a folder into another (existing) folder
2017-04-19 10:20:18 +01:00
Ruben Vereecken 066582e8ea Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
Bo-Yi Wu c431dffe85 Fix file format for cp command. ref: #402
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2015-12-29 15:11:05 +08:00
lord63 56a7cba656 Fix lint for common 2015-10-23 08:02:34 +08:00
rprieto f00bf64426 Move pages back into a "pages" folder 2014-03-04 23:28:29 +11:00