BSD 3 development
[unix-history] / usr / lib / learn / files / L4.2a
CommitLineData
fd15fd37
BJ
1#print
2If a file name is given with the "ls" command,
3it tells you whether that file exists.
4The file name is listed if the file exists;
5if it doesn't, a complaint is typed.
6For example,
7 ls george
8will type "george" if the file exists,
9and "george not found" if it is missing.
10
11Is there a file named "alexander" in the
12current directory? Find out, then type "yes" or "no".
13#copyin
14#user
15#uncopyin
16#match no
17#log
18#next
194.2b 10