Script code

hello,
I have these 2 lines below for instance

apple  beta  cat  dog  egg   zoo   yellow  suze
fat    goon  hat  ink  kite 

the eventual outcome i want is

yellow    ink

how do i do this?
thanks

NB...this is for bash in linux...

Hi

Please use the code tags, as you have agreed by the forum rules.

Is this homework?
If so, please read the Rules for Homework & Coursework Questions Forum to post within: http://www.unix.com/homework-and-coursework-questions/

Please use code tags as required by forum rules!

This specification is utterly sparse. How do you identify the fields that you want to extract? Second last in line? Does the output have to be all fields in one line, separated by a space?