blob: 683e8144161ed500e68fa58a9387bf8c1892032c [file] [log] [blame] [raw]
NAME
rm - remove files or directories
SYNOPSIS
rm FILE...
DESCRIPTION
Removes all of the specified files, one by one. Can also be used to remove directories, mounts and symlinks.
EXAMPLES
rm a
Deletes the file `a`.