|
|
1.1 root 1:
2:
3: cp Command cp
4:
5:
6:
7:
8: Copy a file
9:
10: ccpp [ -dd ] _o_l_d_n_a_m_e _n_e_w_n_a_m_e
11: ccpp [ -dd ] _f_i_l_e_1 ... _f_i_l_e_N _d_i_r_e_c_t_o_r_y
12:
13: cp copies files. In its first form, cp copies the contents of
14: oldname to newname, which it creates if necessary. If newname is
15: a directory, cp copies oldname to a file of the same name in
16: directory newfile.
17:
18: In its second form, cp copies each file, from file1 through
19: fileN, into directory.
20:
21: With the -d option, cp preserves the date (modification time) of
22: the source file or files on the target file or files. By
23: default, target files get the current time.
24:
25: A file cannot be copied to itself.
26:
27: ***** See Also *****
28:
29: commands, mv, sh, wildcards
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64: COHERENT Lexicon Page 1
65:
66:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.