row contains
M in 4th cell in row
and press Enter to select
the courses that meet on Monday. Then pull down the Tools menu and select Keep.
The course list should now show only the classes that were
selected. The same result could be achieved by selecting the courses
that don't meet on Monday (row not containing M in 4th cell
in row
) and invoking Tools/Omit instead.
15-712 |
Advanced Operating Systems |
Gibson |
MW |
10:00-11:20 |
WeH 5409A&B |
12 |
15-750 |
Algorithms |
Blum/Sleator |
TR |
1:30-2:50 |
WeH 5409A&B |
9 |
15-780/16-731 |
Advanced AI Concepts |
Moore |
TR |
10:30-11:50 |
WeH 5409A&B |
12 |
20-602/15-802 |
Statistical Approaches to Learning |
Fienberg/Lafferty |
TR |
12:00-1:20 |
PH A22 |
12 |
15-819 |
Typed Compilation |
Crary |
MW |
1:30-2:50 |
WeH 5409B |
12 |
15-819 |
Denotational Semantics of Types |
Reynolds |
TR |
10:30-11:50 |
WeH 4601 |
9 |
15-812 |
Semantics of Programming Languages |
Brookes |
MWF |
10:00-10:50 |
WeH 4615A |
12 |
15-810 |
Verification of Real-Time Programs |
Clarke |
M |
12:30-1:50 |
WeH 4601 |
6 |
80-713 |
Category Theory |
Awodey |
TR |
1:30-2:50 |
12 |
|
15-822 |
System Design and Implementation |
Satya |
T |
3:00-5:50 |
WeH 8220 |
15 |
15-824 |
Mobile and Wireless Networking |
Johnson |
TR |
10:30-11:50 |
WeH 4615A |
12 |
extract word
enter textbox rhizome ; click {first button}
enter
command puts "rhizome" in the textbox in
the form below, just as if you had typed it. Then the click
command clicks on the "Look up definition" button, which looks up
"rhizome" in an online dictionary and returns a page showing its definition.
(Press the Back button to return to this page.) This example
shows how commands can be used to script web interactions.
extract word -as text
sort word -order unicode
uniq
ls
keep {line ending .html}
eval wc [lines]
command -help
.
A list of the available commands can be obtained by running info
commands
. You can also look at the command reference manual: