2019-06-10 bashの行数や列数を出す bash bashの内部変数を使う方法 $ echo $LINES 24 $ echo $COLUMNS 80tputを使う $ tput lines 24 $ tput cols 80