Created
April 21, 2016 16:45
-
-
Save smison/2930f4b5480730f5ef39322a46ad5d1a to your computer and use it in GitHub Desktop.
shell芸
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ stty -icanon min 1 #=> 行バッファをやめ1文字単位入力にする | |
$ cat # helloと打つ | |
#=> hheelllloo | |
$ stty -icanon #=> 元に戻す |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment