quando eseguo il ps -aux
comando sul mio server Linux, a cui mi sono connesso usando putty, pochi processi sono troppo lunghi per adattarsi alla larghezza della mia finestra corrente. C'è un'alternativa?
-- Aggiornare --
Mi dispiace per il downgrade, pensavo che anche gli altri non avrebbero trovato utile la risposta, quindi ho effettuato il downgrade.
Ecco le informazioni che hai chiesto.
hadoop-user@hadoop-desk:~$ echo $TERM
xterm
hadoop-user@hadoop-desk:~$ stty -a
speed 38400 baud; rows 47; columns 158; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>; eol2 = <undef>; swtch = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc -ixany -imaxbel -iutf8
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke
hadoop-user@hadoop-desk:~$ echo $COLUMNS
158
stty ocrnl
e / o stty sane
?
ps axuww
Questa è la risposta;) Almeno per me. Lo ha ww
fatto il doppio .
echo $TERM
,stty -a
eecho $COLUMNS
nella sua interrogazione.