Tag: Dynamic Variables

Bash: Dynamically named variables

Sometimes you want to run a series of commands that are slightly different, but for each command the arguments must also be slightly different. Say, for example, you have a script that runs multiple other commands and you want to give each one a temporary file to put its results in, then combine these at …