For Programmers: Free Programming Magazines  


Home > Archive > Tcl > July 2004 > Copying File Data









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Copying File Data
Lucas!

2004-07-29, 3:57 am

I want to open a file, copy all of the data and then append that data
to another file. My problem is I am unsure how to get the proper line
of data and append it into the new file.
Don Porter

2004-07-29, 3:57 am

In article <818845cc.0407281302.2237264@posting.google.com>, Lucas! wrote:
> I want to open a file, copy all of the data and then append that data
> to another file. My problem is I am unsure how to get the proper line
> of data and append it into the new file.


fcopy [open input] [open output a]

--
| Don Porter Mathematical and Computational Sciences Division |
| donald.porter@nist.gov Information Technology Laboratory |
| http://math.nist.gov/~DPorter/ NIST |
|_______________________________________
_______________________________|
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com