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....
-
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...
-
This is a simple program which counts the frequency of occurrences various character in a file. It browses for the file containing text a...
-
Most favorite OS for System penetration testing and Ethical Hacking BackTrack 5 in released recently.This version has several improvemen...
-
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...
-
While installing the BackTrack 5 KDE(64 bit) OS when you try to enter into GUI mode via typing startx you get a strange error message like...
-
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 ...
-
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...
-
Hello friends here is the great site which provides free stuff at no cost.This site provides you free 100 credits which can be used to aucti...
-
Sometimes in our java code we find that equality comparison operators(equals() and ==) do not work as expected.But why is that happening ...
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....