How to Copy/Paste large number of lines of code in a terminal -


i working on mysql source. need copy file 12,000 lines of code @ time , paste terminal/text document. how can perform task?

use cat command allows select text , paste in terminal u require


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -