Remove files/directories starting with certain string

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*