يستخدم الأمر لحذف الملفات او المجلدات أنظر أيضًا:
rmdir
. لمزيد من التفاصيل: 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 ...}}
rm --dir {{path/to/directory}}