[net.games.rogue] Filming games

tim (10/25/82)

Some of you already know about this. If you wish to keep a permanent
record of a game (not just rogue), use the command 'rogue | tee file'.
When you leave the game, saying 'cat file' will give you a high-speed
replay of the game. (Tee echoes its stdin to its stdout and to all the
named files.) If you think you're going to win, save the game and
restart it, piping through tee. Finally, 'tee -a file' causes the
output to be appended to file instead of overwriting, so it's useful
if you wish to save a recorded game, then have the resumed game go
onto the same file.
						Tim Maroney
						Wombat Slayer