_                _   _                 ____            _     _ 	
   / \   _ __   ___ | |_| |__   ___ _ __  |  _ \ _ __ ___ (_) __| |	
  / _ \ | '_ \ / _ \| __| '_ \ / _ \ '__| | | | | '__/ _ \| |/ _\` |	
 / ___ \| | | | (_) | |_| | | |  __/ |    | |_| | | | (_) | | (_| |	
/_/   \_\_| |_|\___/ \__|_| |_|\___|_|    |____/|_|  \___/|_|\__,_|	
                                                                bbs
  XQTRs lair...
Home // Blog // NULL emag. // Files // Docs // Tutors // GitHub repo
Let say you want to log into a BBS with the native Telnet Linux program and
you want to record all the text and fancy ANSI graphics displayed. Is it
possible? Oh... yes...

Just use the tee program with telnet, like this:

telnet   | tee -a 

This command will connect you to the bbs and also write everything in the
file you specified. You can use the BBS normally, as you expect with the
telnet program.

The cool thing with this, is that all ansi/escape code are written in the
file, so after, you can edit the file and export the graphics ;)

~ xqtr ~ another droid bbs ~ andr01d.zapto.org:9999 ~ xqtr@gmx.com