i have a text file which looks like this:
random useless text para1 para2 para3 random us
Try the following:
sed -n '//,//p' your_input_file | egrep -v ''