trying to run this type of command without any output at all:
$ afplay "soundfile.wav" &
the & works well but still prints smth like "[1] 38979" to the output, how do you get it to not print anything?
trying to run this type of command without any output at all:
$ afplay "soundfile.wav" &
the & works well but still prints smth like "[1] 38979" to the output, how do you get it to not print anything?