Skip to content

Instantly share code, notes, and snippets.

@smison
Created April 21, 2016 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smison/2930f4b5480730f5ef39322a46ad5d1a to your computer and use it in GitHub Desktop.
Save smison/2930f4b5480730f5ef39322a46ad5d1a to your computer and use it in GitHub Desktop.
shell芸
$ 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