how to delete files using shell script code example
Example 1: shell remove file
rm <file_name>
Example 2: how to delete file using bash
rm <filename>
rm something.html
rm ./dist/something.html
rm <file_name>
rm <filename>
rm something.html
rm ./dist/something.html