REMOVE FILE UNIX code example
Example 1: shell remove file
rm <file_name>
Example 2: terminal delete fle
rm MyFile.rtf
Example 3: removing a file in linux
#use the command rm <file or foldername>
#for example removing a file called book
rm book