|
|
1.1 root 1: #print
2: This exercise combines several things you've learned already.
3: In this directory is a file containing a list of words.
4: Collect all of the words that contain "ly" into a file
5: called "lywords". (What program does that?)
6: Then use "pr" to make another file called "neatly"
7: that contains the list of words printed in one column.
8: Type "ready" when you have made both files.
9: #create words
10: ampersand
11: amphetamine
12: amphiarthrosis
13: amphibia
14: amphibian
15: amphibiotic
16: amphibious
17: amphibiously
18: amphibiousness
19: amphibole
20: amphibolite
21: amphibolitic
22: amphibology
23: amphibrach
24: amphibrachic
25: amphictyonic
26: amphictyony
27: amphidiploid
28: amphidiploidy
29: amphimacer
30: amphimictic
31: amphimictically
32: amphimixis
33: Amphion
34: amphioxus
35: amphiploid
36: amphiploidy
37: amphipod
38: amphiprostyle
39: amphiprostyle
40: amphisbaena
41: amphisbaenic
42: amphistylar
43: amphitheater
44: amphitheatric
45: amphitheatrical
46: amphitheatrically
47: Amphitrite
48: amphitropous
49: Amphitryon
50: amphora
51: amphorae
52: amphoras
53: amphoteric
54: ample
55: ampleness
56: amplexicaul
57: amplidyne
58: amplification
59: amplifier
60: amplify
61: amplitude
62: amply
63: ampoule
64: ampul
65: ampulla
66: ampullae
67: ampullar
68: amputate
69: amputation
70: amputator
71: amputee
72: amtrac
73: amtrack
74: amuck
75: amulet
76: amuse
77: amusement
78: amuser
79: amusing
80: amusingly
81: amusive
82: Amy
83: amygdalin
84: amygdaloid
85: amygdaloidal
86: amyl
87: amylaceous
88: amylase
89: amyloid
90: amyloidal
91: amylolysis
92: amylolytic
93: amylopsin
94: amylose
95: amylum
96: amyotonia
97: an
98: an'
99: ana
100: an'a
101: anabaptism
102: Anabaptist
103: anabases
104: anabasis
105: anabatic
106: anabiosis
107: anabiotic
108: anabolic
109: anabolism
110: anabolite
111: anabolitic
112: anachronic
113: anachronism
114: anachronistic
115: anachronistically
116: anachronous
117: anachronously
118: anaclitic
119: anacolutha
120: anacoluthic
121: anacoluthically
122: anacoluthon
123: anacoluthons
124: anaconda
125: Anacreontic
126: anacreontic
127: anacrusis
128: anaculture
129: anadem
130: anadiplosis
131: anadromous
132: anaemia
133: anaerobe
134: anaerobic
135: anaerobically
136: anaesthesia
137: anaesthetic
138: anaglyph
139: anaglyphic
140: anagoge
141: anagogic
142: anagogical
143: anagogically
144: anagogy
145: anagram
146: anagrammatic
147: anagrammatical
148: anagrammatically
149: anagrammatize
150: anagrammed
151: anagramming
152: anal
153: analcime
154: analcite
155: analects
156: analemma
157: analeptic
158: analgesia
159: analgesic
160: analgetic
161: #user
162: grep ly words >X1
163: pr lywords >X2
164: cmp -s X1 lywords && cmp -s X2 neatly
165: #log
166: #next
167: 4.1a 10
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.