I have compiled a C program in BASH which requires command line arguments. However, for the life of me, I can't remember how to specify them at launch. Such a trivial question.
For example I am running the program:
./myprogram.exe(myargument)
But it obviously doesn't work...