मैं zwets के स्वीकृत उत्तर को पूरक करना चाहूंगा ।
आप कमांड जारी करके विशेष कुंजी का अर्थ देख सकते हैं stty -a
और man stty
।
stty -a
टर्मिनल की सभी वर्तमान सेटिंग्स को प्रिंट करता है। मेरे टर्मिनल में परिणाम:
speed 38400 baud; rows 33; columns 80; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = M-^?; eol2 = M-^?;
swtch = M-^?; 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
man stty
स्टेंट के मैनुअल को प्रिंट करता है। जो हिस्सा यहां प्रासंगिक है:
विशेष वर्ण:
start CHAR
CHAR will restart the output after stopping it
stop CHAR
CHAR will stop the output