Re: Anyway to enable horizontal scrolling in terminal window? (SQL tables)
Is there anyway to enable a horizontal scrolling window?
Yes, that's an option of the mysql client. Invoke as:
Code:
mysql --pager="less -S" <database>
Use the left and right arrow keys to scroll.
Technology is 'stuff that doesn't work yet.' -- Bran Ferren