Skip to content
Base64
December 28, 2021December 29, 2021

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

Post navigation

DirectAdmin website showing as suspended
How to speed up a slow Thunderbird

Recent Posts

  • Find compromised email accounts Exim/cPanel
  • How to update Snap packages Ubuntu
  • Incremental ZFS send/recv
  • Use Rsync to empty dir on Hetzner storage box
  • Move Proxmox VM from old to new cluster FAST

Categories

  • General