delete command in terminal code example
Example 1: delete file linux terminal
rm filename
# or add -rf if you don't want to see confirm
Example 2: shell remove file
rm <file_name>
Example 3: terminal delete fle
rm MyFile.rtf
rm filename
# or add -rf if you don't want to see confirm
rm <file_name>
rm MyFile.rtf