Cat Equivalent In Windows Code Example


Example: cat in windows

Just use type command in Windows as follows: C:\>echo hi > a.txt C:\>echo bye > b.txt C:\>type a.txt b.txt > c.txt C:\>type c.txt

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?