BSD 3 development
[unix-history] / usr / lib / learn / files / L0.1c
CommitLineData
fd15fd37
BJ
1#print
2The computer keeps track of information in "files."
3A file might contain a letter to a friend,
4or a memo (or part of it) that you are typing,
5or any number of other things.
6You can list the names of your files
7by typing the command "ls".
8Try "ls" now; then type "ready".
9Remember that each command must go on a separate line
10and each line must be ended with RETURN.
11#create letter
12Dear John:
13
14I'm terribly sorry...
15#create memo
16This is a memo.
17#create memo1
18Another memo.
19#copyin
20#user
21#uncopyin
22grep '^ls' .copy >/dev/null
23#bad "ls"
24Don't type the quotes, please. Try again.
25#log
26#next
270.1d 10