Fiche
Fiche is a command line pastebin for sharing terminal output. You only need netcat installed, the GNU version or the BSD version, it doesn't matter.
echo just testing! | nc paste.altesq.net 9999
cat file.txt | nc paste.altesq.net 9999
Also an alias for easier usage:
alias p="nc termbin.com 9999"
alias tbc="netcat termbin.com 9999 | xclip -selection c" # Copies output to clipboard