Computer Science, asked by mrkchalil7802, 11 months ago

Command to copy the structure of current file is examveda

Answers

Answered by mohitchaudhary420
0

Answer:

ydy8ifgjkjddtytfugfufdudfhjddhihdguufdfgggffdfyuuutfdssxfghi

Answered by adventureisland
3

Answer:

Command “cp” is used to copy the structure of the current file.

Explanation:

By using “cp” command we can create a copy of contents of a file or directory, which is specified by Target file or Target directory parameters.

If the file has the same name at the new destination, the copied files overwrites the file at the new destination, so ensure that the same name files does not exist in new destination.

syntax:

cp / cp_file_path/Destination_path  

The above command is used to copy the files from the directory.

cp programs/*.c .

The above command is used to copy the current file from the directory that end with .c and in indicated by single dot(.), must have to give space before the final dot.

Similar questions