= l 行コマンド.
        .非表示行を下から表示化します
        .ll-ll形式はありません

      (1) x[n]形式

        .下から3行表示化

            0001000|A
            l3     |-     13 line excluded ------------------
            0015000|O
        ===>
            0001000|A
            -------|-     10 line excluded ----------------
            0012000|L
            0013000|M
            0014000|N
            0015000|O

      (2)x[n][,b][.s]形式

        .下から"2行表示化1行スキップ"を3回繰り返し

            0001000|A
            l3,2.1 |-     13 line excluded ---------------
            0015000|O
        ===>
            0001000|A
            -------|-      5 line excluded -----------------------
            0007000|G
            0008000|H
            -------|-      1 line excluded -----------------------
            0000000|J
            0011000|K
            -------|-      1 line excluded -----------------------
            0013000|M
            0014000|N
            0015000|O