Forum Discussion
nmrao
7 months agoChampion Level 3
It is very much possible to combine those all into single file using one liner command both on windows and linux platforms
Here is some examples:
Linux:
cat Workflow*.txt >> CombinedFile.txt
Windows:
copy /b Workflow*.txt CombinedFile.txt
Related Content
- 8 years ago
- 3 years ago
Recent Discussions
- 5 days ago
- 9 days ago