Removing Files
Linux for Programmers and Users, Section 3.16
-
rm
Removes each specified file
SYNOPSIS
rm [options]... FILE
-
-f, --force
never prompt
-
-i, --interactive
prompt before removing
-
-R, -r, --recursive
Remove the contents dirctories recursively