Often need arises to merge text files. Recently even I encounter similar situation where I had to merge the two JMeter csv result file for some analysis. It took a little while to figure it out. This can easily be done using cat and redirection operator (> OR >>). This command is handy and saves […]
The post How to merge two text files? appeared first on Code4Reference.