| 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.
-
Follow the following steps: Plug in the usb drive 2 GB or more. Open the command prompt as administrator Then type following command: d...
-
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 program a ball is created which bounces back and forth and also changes its color on collision with the walls of the contai...
-
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...
-
In this post I will develop a java program to implement linked list from scratch.Creating a linked list in java is much easier than creati...
-
This is a simple program which counts the frequency of occurrences various character in a file. It browses for the file containing text a...
-
For creating 3D games in java you need to work with various kinds of java 3d libraries such as Java 3D APIs and Jogl libraries etc.It will...
-
This post contains 20 multiple choice question (mcq) in java.Try to solve them for your practice...... 1.Given: public class Mule { p...
-
In this java tutorial we are going to discuss about GridBagLayout Manager. GridBagLayout manager is one of the most powerful but complex ...
-
Replace each digit with the result of multiplying 7 with the digit and getting remainder after dividing the new value by 10. Swap the fir...
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....