UTERMINAL
TERMINAL
NEXT
$V1$
PAUSE
ENCORE5
ENCORE
BOX
COMMAND
GO
rm
SYNTAX
rm [ -fri] file(s) ...
FUNCTION
rm removes the specified file(s) from the directory.
SOME OPTIONS:
-f - rm asks no questions before deleting a file
-r - removes all entries, including directories
recursively
-i - interactive, rm asks whether to remove a file.
Deleting files command practice, - 1.8.3.0.3
Let's use the rm command to delete the file d from the subdirectory klm:
klm
|
---------------------
/ / | \ \
/ / | \ \
a b c d
e
Please type the appropriate command:
That is correct!
You've got it on the 2nd try.
Good, you understand the concept.
Please type rm d
Please type rm d
I guess I must type this for you:
FORGET1
rm d
Observe the result above.
klm
|
---------------------
/ / | \
/ / | \
a b c
e