If TF is started with input or output redirected, %more will be ignored and SIGINT (^C) will kill TF without prompting. TF will not exit when EOF is reached; the /quit command must be given explicitly.
On UNIX systems, it is possible to write a tf script starting with the lines:
#!/bin/sh exec tf -n $* <$0and following with any tf commands. The file can then be executed directly like a shell script.