Collections:
Windows Command to Aggregate Files
What is the Windows command to aggregate multiple files into a single file? I want to combine test result files from multiple JMeter test projects into a single one.
✍: FYIcenter.com
If files contains text data, you can aggregate them using the "type ... >> ..." command
as shown below:
type jmeter*.jtl >> all_result.jtl
Note that jmeter*.jtl represents multiple files.
⇐ Substring of Windows Environment Variable
2017-12-04, ∼2934🔥, 0💬
Popular Posts:
How to find out my browser's identification information? To help you to see your browser identificat...
What are date and time test values? Date and time test values are frequently needed in testing date ...
How to generate passwords? To help you to obtain some good passwords for testing purpose, FYIcenter....
How to generate user birthday dates? Test user birthday dates are frequently needed in testing appli...
How to validate email address format? In order to help your programming or testing tasks, FYIcenter....