Next Hold Space 8

Terminals

         % tty
         /dev/pts/2
         % echo foo >> /dev/tty
         foo
         % stty columns 132
         %
         
         % stty columns 132 < /dev/null
         stty: Not a typewriter

Next Next