redirection

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 $* <$0
and following with any tf commands. The file can then be executed directly like a shell script.


Back to index
Back to tf home page
Copyright © 1995, 1996, 1997, 1998, 1999, 2002, 2003, 2004, 2005, 2006-2007 Ken Keys