Remove files or directories. See also:
rmdir
. More information: https://www.gnu.org/software/coreutils/rm.
rm path/to/file1 path/to/file2 ...
rm --force path/to/file1 path/to/file2 ...
rm --interactive path/to/file1 path/to/file2 ...
rm --verbose path/to/file1 path/to/file2 ...
rm --recursive path/to/file_or_directory1 path/to/file_or_directory2 ...