This is probably the worst question I've asked, I wasn't entirely sure how to formulate it and google results are best when the search is short and concise.
So, I keep finding myself constantly running a more or less identical list of commands in a Linux terminal. For example:
./some_script -argument1 -argument2 -argument3 [varying list of parameters that differ in type]
Now, the script and first 3 arguments are always the same. I was thinking if there is a way, such that a new script could be written, so that my entire input is much shorter. Like:
./new_script [varying list of parameters that differ in type]