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, 2441🔥, 0💬
Popular Posts:
How to Pass Windows Environment Variable to JMeter? I want to use Windows temporary folder environme...
Why I am getting gzip compressed HTTP response in SoapUI? If you run a HTTP request for some Website...
How to convert IPv4 to IPv6 addresses? In order to help your programming or testing tasks, FYIcenter...
How to find out my browser request headers? To help you to see your browser request headers, FYIcent...
How to valid UUID/GUID strings? In order to help your programming or testing tasks, FYIcenter.com ha...