So, to summarize in shell-like syntax, you can redirect your output to /dev/null, as in
$ me > /dev/null
but you can't sensibly use a pipe like so:
$ me | /dev/null
This has been a message from your friendly neighborhood Unix fundamentalism/literalism chapter.
$ sudo cp /bin/cat /dev/null $ echo test | /dev/null test