Quickly Create Multiple Directories And Files With Common Terms Using Linux Command Line

Creating multiple files and directories that have common terms or patterns can be done quickly from the Linux command line. For this, the braces {} are useful.
Multiple directories with common terms:
Example: To create directories named DailyReport2020, WeeklyReport2020, QuarterlyReport2020, MonthlyReport2020 and YearlyReport2020, there is no need to use mkdir command separately for each of them.
Instead,...