I intended to download nvm
from https://github.com/creationix/nvm when I stumbled upon the following command:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
Does anyone know the meaning of the dash behind -o
? It isn't mentioned in the man pages, nor could I find any clue. I also tried it without the -o-
option and it still works, which is why I'm wondering what it could mean?