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, 2488🔥, 0💬
Popular Posts:
How to Open and Close Internet Explorer with UFT script? One way to open and close Internet Explorer...
How to expand IPv6 addresses? In order to help your programming or testing tasks, FYIcenter.com has ...
How to generate user full names? Test user names are frequently needed in testing applications that ...
How to valid IP addresses? In order to help your programming or testing tasks, FYIcenter.com has des...
Where to find tutorials on Apache JMeter test tool? I want to know how to use Apache JMeter. Here is...