Back
Close

Computing with Data

elgeish
576.9K views

Redirecting Input and Output in Windows

echo hello >> output.txt
echo world >> output.txt
type output.txt
## hello
## world
Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io