[SOLVED] How to concatenate ova files in Windows10?


Issue How to concatenate ova files in Windows10 desktop? Solution Use this command if there are multiple ova files such as EB.ova.01, EB.ova.02, EB.ova.03 and you want to output them into EB.ova. Open command prompt and issue the following command. type EB.ova.01 EB.ova.02 EB.ova.03 > EB.ova Environment + ...
Continue reading

How to search a new line character and remove it from your database?

Introduction

While working on the Database, I encountered an unique issue where I found a new line character ('\n' or Enter) at the end of my data. This leads to wrong output.

Continue reading
  0 Comments