tirm - Man Page
delete files from a graphing calculator
Synopsis
tirm [ options ] variable-pattern ...
Description
tirm remotely deletes variable and/or program files from a connected TI graphing calculator. (Note that only newer calculators support remote file deletion.)
You can specify exact variable names to be deleted (such as `FOO.8xp'), or use wildcards to delete all files matching a certain pattern (such as `*.83l'). (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, tirm 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, tirm 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), tils(1), tiput(1), tiscr(1).