the rm command accepts multiple filenames as arguments.

lets say i have three file, they are myusers.txt localusers.txt and guests.txt and i want to delete all three at the same time, so this is the command i would run to do that:

rm myusers.txt localusers.txt guests.txt

that's it