blob: 593f8cc98e9102769bad6ffb28d916d05151e541 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#print
The command "cat" will print files. For example, you
can print the file named "food" by typing "cat food".
Your current directory has a file named "sam" and a
file named "steve". Which is longer? Find out and
type "answer sam" or "answer steve", giving the name
of the longer file.
#create sam
this is the file sam. it contains
only two lines of text.
#create steve
this file is named steve. it is a
file which contains five lines of text.
this is of course a very short file
by any ordinary standards, although
on UNIX most files are rather short.
#copyin
#user
#uncopyin
#match steve
#log
#next
3.2b 5
|