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*
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*