getting lazy help
TAB character will complete a partial word
hostel-rtr(config)#int<TAB>
hostel-rtr(config)#interface et<TAB>
hostel-rtr(config)#interface ethernet 0
hostel-rtr(config-if)#ip add<TAB>
hostel-rtr(config-if)#ip address ... 169.222.64.1 255.255.255.0
not really necessary; partial commands can be used:
router#conf t
router(config)#int e0
router(config-if)#ip addr 169.222...