B - Bottom

Positions the line pointer at the end of the item.

Syntax

B

Message

The message EOI n (where n is the last line number of the item) is displayed if the pointer is at the end of the item.

See Also

T (Top), G (Goto), n command.

Example

:EDIT FILE1 ITEM1
Top
.L99
001 AAAAA
002 BBBBB
003 CCCCC
004 DDDDD
005 EEEEE
006 FFFFF
EOI 006
.G5
005 EEEEE
.B
006 FFFFF
EOI 006.



List command. List the first 99 lines in the item.
Item has only 6 lines, so entire item is listed.






Goto command. Lists line 5.

Bottom command. Goes to EOI.