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.
Let's use the rm command to delete
the file d from the subdirectory klm:
klm
|
---------------------
/ / | \ \
/ / | \ \
a b c d
e
Please type rm d:
Please type:
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 on the terminal!
klm
|
---------------------
/ / | \
/ / | \
a b c
e