December 28, 2021December 29, 2021Remove files/directories starting with certain string General by Curt Sahd In Linux if you want to remove all files and folders starting with the string "2020" you can run the following command: rm -rf 2020*