Which command is utilized to delete a file in a Unix-like system?
Explanation
The 'rm' command is used to delete files in Unix and Linux environments. 'del' and 'remove' are not valid commands in these systems, while 'mv' is used to move or rename files.