rm command mean Remove a file.

Syntax
rm [OPTION]… [FILE]…
In man page the describe it
- rm – remove files or directories
- man rm – More details information about rm command.
rm command in Linux with Examples
$ rm devopsroles.txt
Conclusion
rm command is the simple the command in Linux. It is the most popular in use terminal Linux remove files or directories.