Command | Switch | Result |
cp | source destination | If destination file does not exists then it will be created before copying other wise overwritten. |
cp | src1 src2 src3 destination | copy more than one files into a single destination |
cp | src* destination | copy all files beginning with src into destination |
cp | -i src destination | warns user before overwriting |
cp | -R srcdir destination | Copy directory structure |
Posts which you will also like.
-
In this Java tutorial We discuss Doubly Linked List.Doubly linked list is a two way linked list where each node in the list has two links....
-
In this post I am going to demonstrate how to divide an image into equal parts. Here I have used simple Java image api to manipulate t...
-
Circular Doubly Linked List is very much similar to Doubly Linked List with few differences such as there is no end of the list i.e Head n...
-
While on the Internet some times we generally submit our sensitive data to some sites we even don't know. These sites may breach your...
-
Description of the Problem: In this java tutorial we discuss about Josephus problem and its solution. The Josephus Problem is a famou...
-
Folloow these simple steps: 1.create a text document 2.open it and write in it following line: .LOG 3.save it 4.Voila !!! You have don...
-
Fatal error: the system has become unstable or is busy," it says. "Enter to return to Windows or press Control-Alt-Delete to rest...
-
This command is same as MSDOS cd command which is used for changing directories. cd: Command Switch Result ...
-
MCQs on Object-Oriented Systems Development 1. Which model of object-oriented paradigm replaces the classic “water-fall” mode...
-
Some of the most frequently used commands in Linux are: 1. ls : This command is used for directory listing.It is same as dir command in MSDO...
Wednesday, December 1, 2010
Basic UNIX/LINUX command:cp
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Your comment may wait for moderation....