how to delete a file in shell code example
Example 1: how to delete file using bash
rm <filename>
rm something.html
rm ./dist/something.html
Example 2: terminal delete fle
rm MyFile.rtf
rm <filename>
rm something.html
rm ./dist/something.html
rm MyFile.rtf