BSD 3 development
[unix-history] / usr / lib / learn / files / L2.1a
CommitLineData
fd15fd37
BJ
1#print
2The "mv" command changes the names of files.
3For example, "mv bob bill" changes the name
4of file "bob" to be "bill". If there was already
5a file named "bill", the old version is destroyed.
6
7There is a file in
8the current directory whose name begins with
9the letter "g", like "grant" or "grover".
10Find out what the file name really is, and
11then change that file to have the name "john".
12Then type "ready".
13#create george
14this should become john
15#user
16test -r john
17#log
18#next
193.1a 10
203.2a 5
213.3a 2