File globbing in Bash
File globbing, also known as wildcard expansion or globbing, is a mechanism used by command shells and programming languages to match and expand patterns in filenames or pathnames. It allows you to specify a pattern using special characters called wi...
snowcodes.hashnode.dev2 min read