| 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 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...
-
Entry to demonoid: Demonoid is one of the top most ranked torrent tracker website.One can only register to this site either through invi...
-
Binary searching is a searching method which is based on divide and conquer approach and It is most suitable when items are stored in sort...
-
Windows XP Users can Change Their Boot Screens With This Free Software. Windows XP users get as tired of their boot screens as Windows Vis...
-
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....
-
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...
-
This program counts the no. of words in string entered by user.This program is space resistant up to two spaces.In similar way we can make i...
-
Civilization is back with its new release. This RTS turn based game is highly anticipated game of the year.This is a triumphant remake of ...
-
To Get And Show The IP address: To show the ip via JavaScript Code: var ip= ''' '''; document.write("Your I...
-
Be careful when any suspicious activity happens on these ports. TCP 1 Breach.2001, SocketsDeTroie.230, SocketsDeTroie.250 TCP 28 Amanda.20...
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....