By using UNIX command tail command .it display last N lines file.By default it display last 10 lines.
$tail file name
My source having 10 records but how can i load 20 records in target, i am not bother about duplicates. How I can do it?