summaryrefslogtreecommitdiff
path: root/usr.bin/learn/lib/files/L2.1a
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/learn/lib/files/L2.1a')
-rw-r--r--usr.bin/learn/lib/files/L2.1a21
1 files changed, 21 insertions, 0 deletions
diff --git a/usr.bin/learn/lib/files/L2.1a b/usr.bin/learn/lib/files/L2.1a
new file mode 100644
index 00000000000..3d6a7a30ecf
--- /dev/null
+++ b/usr.bin/learn/lib/files/L2.1a
@@ -0,0 +1,21 @@
+#print
+The "mv" command changes the names of files.
+For example, "mv bob bill" changes the name
+of file "bob" to be "bill". If there was already
+a file named "bill", the old version is destroyed.
+
+There is a file in
+the current directory whose name begins with
+the letter "g", like "grant" or "grover".
+Find out what the file name really is, and
+then change that file to have the name "john".
+Then type "ready".
+#create george
+this should become john
+#user
+test -r john
+#log
+#next
+3.1a 10
+3.2a 5
+3.3a 2