Meorazhar, I know what you're saying. that changes the size of the window. I am actually trying to change columns of the output. For example, when I query the mysql tables, print lines are too long and they wrap. I don't like to wrap. I wanna see horizontal scroll bar to scroll and see them as unwrapped.
any idea?
Originally posted by Meorazhar
Click the icon in the top left corner of a window, choose "change settings...", go to Window and change values in "set the size of the window" box.
ok, I have just uploaded 1 kb text file (all text as one line), set up putty to show 2000 columns of text and did "cat" on this file. It showed as one string. There was no horizontal scrollbar though...
ok, I have just uploaded 1 kb text file (all text as one line), set up putty to show 2000 columns of text and did "cat" on this file. It showed as one string. There was no horizontal scrollbar though...
yes I did the same test, it does display as one string on the screen, but it wrapped. that's not what I am trying to. I am trying to show that 2000 chars in one line in the command line...
Originally posted by Meorazhar
ok, I have just uploaded 1 kb text file (all text as one line), set up putty to show 2000 columns of text and did "cat" on this file. It showed as one string. There was no horizontal scrollbar though...
I tried another approach. Obtain plink utility from putty package
then act as following:
1. launch cmd.exe
2. right-click the top-left corner icon, choose properties
3. set window buffer size to 2000 cols
4. run plink your_host_name
Comment