in UNIX,How to copy file into directory?

Answers were Sorted based on User's Feedback



in UNIX,How to copy file into directory? ..

Answer / neena

cp text.txt sample

I want to copy the file(text.txt) from sample1(directory)
to sample directory

Is This Answer Correct ?    1 Yes 0 No

in UNIX,How to copy file into directory? ..

Answer / vijay

cp filename directorypath

Is This Answer Correct ?    4 Yes 4 No

in UNIX,How to copy file into directory? ..

Answer / jagadeeb choudhury

cp source destination

Cp path_a.txt Path/




Thanks,
Jagadeeb@gmail.com

Is This Answer Correct ?    1 Yes 1 No

in UNIX,How to copy file into directory? ..

Answer / shiva

Take a file to be copied into a directory say file1 to
DIRECTORY.

cp file1 DIRECTORY.

Is This Answer Correct ?    0 Yes 0 No

in UNIX,How to copy file into directory? ..

Answer / yuvaevergreen

cp filename1 filename2

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

What does the md command do?

0 Answers  


how to find the 51th record of a file containing 100 records in unix.

12 Answers   IBM,


Explain ‘library functions’ with respect to unix commands?

0 Answers  


How do you copy a directory with many files and folders into another directory?

2 Answers  


what is the difference between npar and vpar in HP-UX?

1 Answers   CSC,


in unix echo is used for

10 Answers   BFL, BirlaSoft, Patni,


What is the command to check ports active in UNIX?

4 Answers   Accenture, IBM,


Write a grep (or grep) command that selects the lines from a file that have exactly three characters.

24 Answers   Mac, Nokia,


Using unix command how to display no of records in oracle?

0 Answers  


Why is grep called grep?

0 Answers  


hw will u use awk in replacing cahrs and files

0 Answers  


What is the function of grep command in unix?

0 Answers  


Categories