| delorie.com/archives/browse.cgi | search |
| Message-Id: | <33292704.696C@abingdon.geoquest.slb.com> |
| Date: | Fri, 14 Mar 1997 10:23:00 +0000 |
| From: | Richard Michael Smith <rms AT abingdon DOT geoquest DOT slb DOT com> |
| Organization: | Geoquest |
| Mime-Version: | 1.0 |
| To: | Gunnar Beushausen <Gunnar AT beushausen DOT wl DOT eunet DOT de> |
| Cc: | djgpp AT delorie DOT com |
| Subject: | Re: Appending text to other file |
| References: | <01bc3023$9f2dd1a0$2a64afc2 AT luzifer> |
Gunnar Beushausen wrote:
>
> ...do you see any way to append a text file to another existing file?
Assuming you mean in DOS...
Use:
file1 >> file2
this will append the contents of file1 to file2.
Rich
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |