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, ∼2874🔥, 0💬
Popular Posts:
How to turn on Chrome WebDriver logging with Selenium Python API? If you want to turn on logging on ...
How to turn on Chrome WebDriver logging with Selenium Python API? If you want to turn on logging on ...
How to convert hexadecimal encoded data back to binary data (or Hex to Binary Decoding)? Hex to Bina...
How to generate test phone numbers for US and Canada? Test phone numbers are frequently needed in te...
How to Override a JMeter Variable from Command Line? I want to run the same test plan multiple times...