= f 行コマンド.
.非表示部を上から表示化する。
.ff-ff形式はありません
(1) x[n]形式
.先頭から3行表示
0001000|A
f3 |- 13 line excluded ------------------------------
0015000|O
===>
0001000|A
0002000|B
0003000|C
0004000|D
-------|- 10 line excluded -----------------------
0015000|O
(2) x[n][,b][.s]形式
.先頭から"2行表示化1行スキップ"を3回繰り返し
0001000|A
f3,2.1 |- 13 line excluded ---------------
0015000|O
===>
0001000|A
0002000|B
0003000|C
-------|- 1 line excluded ----------------
0005000|E
0006000|F
-------|- 1 line excluded ----------------
0008000|H
0009000|I
-------|- 5 line excluded ----------------
0015000|O