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....
-
Entry to demonoid: Demonoid is one of the top most ranked torrent tracker website.One can only register to this site either through invi...
-
Top !0 Strategy game of all time Age of Empires: 1.Age of Empires3 2.Age of Empires2 3.Age of Empires1 All of them are worth playing...
-
In this post I am trying to explain a GUI which is used for compiling and running a java program. In this program you have to specify th...
-
Sometimes in our java code we find that equality comparison operators(equals() and ==) do not work as expected.But why is that happening ...
-
Your ISP may promise you 2-5 MB Internet access and above, but some times we get a speed much lesser than promised becouse our router may p...
-
There are various issues for slow computer shutdown(both Hardware and Software) Following article deals with both of them. Please note the...
-
Small and Medium enterprise which do not want to spent too much on buy costly software go for the open source tools.In this post I have ...
-
Here is the complete tutorial regarding this : A subtitle is a textual version of a movie’s dialogue. Subtitles are helpful if you are view...
-
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...
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....