SyntaxFix
Write A Post
Hire A Developer
Questions
Ahhh, the stupid linesize ... Here is what I do in my profile.sql - works only on unixes:
echo SET LINES $(tput cols) > $HOME/.login_tmp.sql @$HOME/.login_tmp.sql
if you find an equivalent for tput on Windows, it might work there as well