The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Simple? Search replace
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Simple? Search replace
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
7
(
permalink
)
01-16-2004
Ygor
Moderator
Join Date: Oct 2003
Location: -31.96,115.84
Posts: 1,242
The paste command can be used for serial merging, e.g...
Code:
paste -s -d'' file1 > file2
Ygor
View Public Profile
Find all posts by Ygor