Pošlji besedilo:
$ echo "testiram!" | curl --data-binary @- https://o.nejckrasevec.si
https://o.nejckrasevec.si/naključni_znaki
Branje besedila:
$ curl https://o.nejckrasevec.si/nakljucni_znaki
testiram!
$ curl --data-binary @/pot/do/tvoje/datoteke.txt https://o.nejckrasevec.si
$ ls -la | curl --data-binary @- https://o.nejckrasevec.si
Za lažjo uporabo lahko dodaš spodnjo kodo alias v .bashrc, če si Linux uporabnik:
$ echo 'alias tb="curl --data-binary @- https://o.nejckrasevec.si"' >> ~/.bashrc
$ source ~/.bashrc
Sedaj lahko uporabiš tb za pošiljanje besedila:
$ echo "testiram!" | tb
https://o.nejckrasevec.si/naključni_znaki