Read last expression in a file?
- To: mathgroup at smc.vnet.net
- Subject: [mg116038] Read last expression in a file?
- From: Ramiro <ramiro.barrantes at gmail.com>
- Date: Sat, 29 Jan 2011 19:43:12 -0500 (EST)
Hello, I wrote a program that generates a lot of Mathematica output. Now I need to restart it using the very last expression of such output as the new input. However, I can't find a way to only read the last expression in a file, something like a Read that would start at the end. It would be too time consuming and perhaps not enough memory in my computer to read the entire file. Any suggestions? Thanks, Ramiro