👉 Deletes is a term in programming, specifically in Unix-like operating systems, which refers to the action of deleting files or directories from the file system. It is often used to indicate the removal of data from a specific location on a computer's hard drive. In Unix-based systems, this operation is usually performed by using the `rm` command.