blob: 7c397e7746e419432baf44adcce9c2f754d83b90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#print
To make a new copy of a file, the easiest
way is to use the "cp" command.
If you type
cp x y
a copy of file "x" is made and named "y".
This directory contains a file named "george";
make a copy named "steve".
Then type "ready".
#create george
this is file george
#user
#cmp steve george
#log
#next
11.2b 5
|