Run, execute or issue a command? [closed]

Which of these three word combinations is the most correct in instructions for computer users?

  • run a command,
  • execute a command,
  • issue a command.

I've found examples of all of these combinations:

  • "run this command" — https://pytorch.org ;
  • "issue the following command" — https://tensorflow.org/install/install_linux ;
  • "execute the command" — https://tensorflow.org/versions/r1.2/programmers_guide/debugger .

The usage of 'command' is the same whether it is in the context of computing or in everyday life. Therefore, 'issue' and 'execute' are both valid, though obviously mean different things.

To 'run' a command does not make sense. However, id does make sense to run a program.

Edit: As stated in some other comments, 'command' can be used interchangeably with 'program', but I would say this is a rarity.