Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Other Distributions > Xandros Help > cp file1 + file2 + file3 /destination/name

Forgot Password?
 Xandros Help   For Help and discussions related to Xandros

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 07-01-2007   #1 (permalink)
Just Joined!
 
Join Date: Jul 2007
Posts: 6
cp file1 + file2 + file3 /destination/name

Hi ,

I am not having success in trying to copy (add) several file into one file for editing purposes. Will the cp command do this?
If not what commend will do this?

Thanks

RF
rayfos is offline  


Reply With Quote
Old 07-01-2007   #2 (permalink)
Linux Engineer
 
Zelmo's Avatar
 
Join Date: Jan 2006
Location: Riverton, UT, USA
Posts: 1,001
cp won't do it, it will only copy multiple files into a directory. What you can use is cat, and redirect the output to a new file:
Code:
cat file1 file2 file3 > newfile
Beware that the above command will replace newfile if it already exists. If you want to add the contents of some files to an already existing file, you can do this:
Code:
cat file1 file2 file3 >> existingfile
Note the double >> symbol, which appends to the file rather than overwriting it.
__________________
Stand up and be counted as a Linux user!
Zelmo is offline   Reply With Quote
Old 07-02-2007   #3 (permalink)
Just Joined!
 
Join Date: Jul 2007
Posts: 6
Thank you, Thank you
RF
rayfos is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 10:19 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2