remove file(s)
rm -f myfile
rm -f myfile*
(will remove a file or multiple files without prompting)
rm -R myfolder
(will remove folders)
rm -f myfile
rm -f myfile*
(will remove a file or multiple files without prompting)
rm -R myfolder
(will remove folders)