tils - Man Page
list files on a graphing calculator
Synopsis
tils [ options ] [ variable-pattern ... ]
Description
tils displays a list of the variables and programs stored on a connected TI graphing calculator. The size, attributes, type, and name of each variable are printed to standard output.
If you specify one or more patterns on the command line (such as `FOO*.8xp' or `*.83l'), only variables matching those patterns will be displayed. (Remember that if you use wildcards, you must enclose the pattern in quotes so that the shell will not try to interpret the pattern itself.)
Link Options
- -c, --cable=type[:port]
Use the specified link cable (if unspecified, tils will search for USB cables connected to the system.) The cable type may be either the full name (GrayLink, BlackLink, Parallel, SilverLink, DirectLink, VTI, TiEmu, UsbKernel) or the 3-letter abbreviation (gry, blk, par, slv, usb, vti, tie, dev). For serial- and parallel-port link cables, a port number must also be specified.
- -m, --calc=type
Use the specified calculator model (if unspecified, tils will try to determine the calculator model automatically.)
- --timeout=n
Wait for up to n milliseconds for the calculator to respond.
Other Options
- -v, --verbose
Print out details of link operations.
- --help
Print out program version information.
- --version
Print out program version information.
Environment Variables
See Also
Author
Benjamin Moody <floppusmaximus@users.sf.net>
Referenced By
tiget(1), tiinfo(1), tikey(1), tiput(1), tirm(1), tiscr(1).