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.
-
WHAT IS ADSL? At the simplest level, ADSL is a high-speed replacement for your modem or ISDN adapter that allows you to access the Intern...
-
Description of the Problem: In this java tutorial we discuss about Josephus problem and its solution. The Josephus Problem is a famou...
-
Entry to demonoid: Demonoid is one of the top most ranked torrent tracker website.One can only register to this site either through invi...
-
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 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....
-
How to remove Windows 10's Forced updates Microsoft launched windows 10 in 190 countries. windows 10 automatically downloads onto...
-
import javax.swing.JOptionPane; class PalindromeString { private char[]stack; private int top; public PalindromeString(int ...
-
In this blog post we are going to discuss about the tools and api for extracting the text from the image.Some of these tools and apis ...
-
Consumer Producer is a problem related to sharing of data.In this problem producer and consumers operates simultaneously on the shared dat...
-
Google announce the Beta release of Bazel , an open source system that automates software that builds and tests android apps. Bazel...
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....