how to delete files using terminal code example
Example 1: delete file linux terminal
rm filename
# or add -rf if you don't want to see confirm
Example 2: terminal delete fle
rm MyFile.rtf
rm filename
# or add -rf if you don't want to see confirm
rm MyFile.rtf