I have a database sqlite file called "a.db".
I need to copy it 25 times (once for each letter of the alphabet) to have: b.db, c.db, d.db... ... ... z.db.
How can I do this in the Bash shell?
|
feedback
|
|
A for loop and brace expansion.
| |||||||
feedback
|