summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/files/L8.1a
blob: 2228490e877095b16aee97fb7fc72c712d298176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#print
Sometimes you want to request one of a limited
range of characters.  This is possible with an
expression like
  [a-d]
which matches a, b, c, or d.  Thus, to take
some combinations
  ab[c-f]
matches
  abc, abd, abe, abf
Try typing "ls a[0-9]"
and see how many files it matches.  Type that
number in the form "answer N".
#create a0
#create a1
#create a5
#create ax
#copyin
#user
#uncopyin
#match 3
#log
#next
9.1a 10
9.2a 4