One Day One GNU/Linux Command
=============================

stty - Prints/Changes the terminal characteristics.

Summary:

`stty' prints or changes terminal characteristics, such as baud rate,
I/O settings, control settings, etc..

Example:

$ stty -- Show Baud rate, line discipline number.

$ stty -a -- Print all current settings in human-readable format.

$ stty -g -- Print all current settings in stty-readable format.

$ stty -echo -- Disable character echo on screen.

$ stty echo -- Enable character echo on screen.

$ stty intr ^I -- Change interrupt seq from Ctrl+C to Ctrl+I.

Read: man stty (or) info stty

HTH :)
--
Bharathi S

_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to