screenをinstallしてて発見。debian系のみ?redhatはパッケージなかった。仮想コンソールメモリの内容をdumpする。まー、あんまし用途ないけど。
- man vcs
仮想コンソールメモリ(/dev/vcs)には改行文字がはいってないので、普通にcatとかmoreで見てもくずれる。screendumpを使わない場合、foldとかで適当に折り返す必要あり。
$ sudo cat fold -w81 /dev/vcs
- man screendump
The screendump command dumps the contents of virtual console N , (or the current console if N is omitted) to standard out. Just saying cat /dev/vcsN has a similar effect.