- 论坛徽章:
- 0
|
-------------------------------------------------------------------------------\r\n Commands Reference, Volume 5\r\n-------------------------------------------------------------------------------\r\n\r\nstty Command\r\n\r\nPurpose\r\n\r\nSets, resets, and reports workstation operating parameters.\r\n\r\nSyntax\r\n\r\nstty [ -a ] [ -g ] [ Options ]\r\n\r\nDescription\r\n\r\nThe stty command sets certain I/O options for the device that is the current\r\nstandard input. This command writes output to the device that is the current\r\nstandard output.\r\n\r\nThis version of AIX uses the standard XPG4 interface to control the terminals,\r\nmaintaining a compatibility with POSIX and BSD interfaces. The stty command\r\nsupports both POSIX and BSD compliant options, but the usage of POSIX options is\r\nstrongly recommended. A list of obsolete BSD options, with the corresponding\r\nPOSIX options, is also provided.\r\n\r\nWhen you redirect standard input from a tty device by entering\r\n stty -a </dev/ttyx |
|