PutAppend
Usage
• expr >>> filename appends expr to a file. • PutAppend[ , , ... , "filename"] appends a sequence of expressions to a file.
Notes
• PutAppend works the same as Put, except that it adds output to the end of the file, rather than replacing the complete contents of the file. • New in Version 1.
|