Technical Notes
We're all on the same page!
Useful shortcuts for vi editor
Thursday 29 December 2016
How to merge text files in cmd?
Run this command in current path
CMD>
for %f in (*.txt) do type "%f" >> merged.txt
Ref:
How to run cmd from current path?
Newer Post
Older Post
Home