Using SED to Get the Last n Lines of a Huge Text File
16:00 26 Aug 2013

How can I use "sed" command to get the last n lines of a huge text file (e.g. A.txt) and copy them into a new text file(e.g. B.txt)? I do not want to remove that lines from A.txt.

linux text sed