Let's say I have a command accepting a single argument which is a file path:
mycommand myfile.txt
Now I want to execute this command over multiple files in parallel, more specifically, file matching pattern `myfile*myfile*.
Is there an easy way to achieve this?