いちいち数えるの面倒だよ! ということで、よく使いそうなのでメモ。perl -nle 'm/^(\s+)?(.+?)-(.+?)\s(.+)$/; print $1,$2,"-",$3," (",hex($3)-hex($2)+1," bytes) ",$4' < /proc/iomem結果:00000000-00000fff (4096 bytes) : reserved 00001000-0009d3ff (640000 bytes) : System RAM 0009d400-0009ffff (11264 bytes) : reserved 000c0000-000c7fff (32768 bytes) : Video ROM 000c8000-000c9dff (7680 bytes) : Adapter ROM 000ca000-000cafff (4096 bytes) :