Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
NAME
rm - remove files or directories

SYNOPSIS
rm [OPTION...] FILE...

DESCRIPTION
rm removes each specified file. By default, it does not remove directories.

OPTIONS
-f
Ignore nonexistent files, never prompt.

...


-i
Prompt before every removal.

...


-r
Remove directories and their contents recursively.

SEE ALSO
cp