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, 2577🔥, 0💬
Popular Posts:
What are JMeter command line options? You can get see JMeter command line options by running this co...
How to generate test fractional numbers? Test fractional numbers are numbers with fractions that are...
How to generate passwords? To help you to obtain some good passwords for testing purpose, FYIcenter....
How to validate and decode MAC (Media Access Control) addresses? In order to help your programming o...
How to generate IP Addresses? To help you to obtain some IP addresses for testing purpose, FYIcenter...