1tirm(1) General Commands Manual tirm(1)
2
3
4
6 tirm - delete files from a graphing calculator
7
8
10 tirm [ options ] variable-pattern ...
11
12
14 tirm remotely deletes variable and/or program files from a connected TI
15 graphing calculator. (Note that only newer calculators support remote
16 file deletion.)
17
18 You can specify exact variable names to be deleted (such as `FOO.8xp'),
19 or use wildcards to delete all files matching a certain pattern (such
20 as `*.83l'). (Remember that if you use wildcards, you must enclose the
21 pattern in quotes so that the shell will not try to interpret the pat‐
22 tern itself.)
23
24
25 LINK OPTIONS
26 -c, --cable=type[:port]
27 Use the specified link cable (if unspecified, tirm will search
28 for USB cables connected to the system.) The cable type may be
29 either the full name (GrayLink, BlackLink, Parallel, SilverLink,
30 DirectLink, VTI, TiEmu, UsbKernel) or the 3-letter abbreviation
31 (gry, blk, par, slv, usb, vti, tie, dev). For serial- and par‐
32 allel-port link cables, a port number must also be specified.
33
34 -m, --calc=type
35 Use the specified calculator model (if unspecified, tirm will
36 try to determine the calculator model automatically.)
37
38 --timeout=n
39 Wait for up to n milliseconds for the calculator to respond.
40
41
42 OTHER OPTIONS
43 -v, --verbose
44 Print out details of link operations.
45
46 --help Print out program version information.
47
48 --version
49 Print out program version information.
50
51
53 TITOOLS_CABLE
54 Default link cable to use, if the -c option is not specified.
55
56 TITOOLS_CALC
57 Default calculator model to use, if the -m option is not speci‐
58 fied.
59
60 TITOOLS_TIMEOUT
61 Default timeout value in milliseconds.
62
63
65 tiget(1), tiinfo(1), tikey(1), tils(1), tiput(1), tiscr(1)
66
67
69 Benjamin Moody <floppusmaximus@users.sf.net>
70
71
72
73TITools 0.1 August 2010 tirm(1)