Using bash redirections to fetch from termbin.com
Here I use bash redirections to fetch a text from termbin.com. It hosts a service to upload a text just like a pastebin using the nc command. To start we are going to upload a text to termbin.com: $ echo "A nice cup of hot tea" | nc termbin.com 9999 ...
Jul 30, 20223 min read48