|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Virtual Tradeshows by Ziff Davis Enterprise - A Unique Opportunity to Connect with IT Experts, Access Information, and Gain Insight on today's Technology
|
|
#1
|
|||
|
|||
|
concatenate a file into b...
a file contents
abc b file contents 123 how do we concatenate b into a so that a files ? I tried cat b > a and b >> a. no good at all. abc 123
__________________
worldtouch. an ordinary client of zoneedit.com |
|
#2
|
|||
|
|||
|
cat b >> a (append-mode). If you use >, it will overwrite your a file.
|
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > concatenate a file into b... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|