How to remove files from a directory having a specific extension in Linux?
Originally Published Here ๐!
In Linux, deleting files that end with a specific extension requires typing the rm command followed by a space and specifying the extension of the file after a wildcard character (*).
For example, let's say you have to d...
melvingeorge-me.hashnode.dev1 min read