summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/files/L4.2a
blob: 596ff43afa3c9ad67a37709c3547cae6ac6fb9ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#print
If a file name is given with the "ls" command,
it tells you whether that file exists.
The file name is listed if the file exists;
if it doesn't, a complaint is typed.
For example,
  ls george
will type "george" if the file exists,
and "george not found" if it is missing.

Is there a file named "alexander" in the
current directory?  Find out, then type "yes" or "no".
#copyin
#user
#uncopyin
#match no
#log
#next
4.2b 10