BSD 4_1_snap development
[unix-history] / usr / lib / learn / files / L2.2a
CommitLineData
3eb5d546
C
1#print
2The "mv" command changes the names of files.
3For example, "mv thomas james" changes the
4name of the file "thomas" to be "james".
5
6There is a file in the current directory named
7"thomas". Change that file to have the
8name "james". Then type "ready".
9(The "mv" command, by the way, is like many
10UNIX commands in that it is silent unless there is an error.)
11#create thomas
12xx
13#user
14test -r james
15#log
16#next
172.2b 5