> echo content > filename
Create a new file with specified content.
> echo content > filename
Create a new file with specified content.> echo off
Turn off command echoing.> echo on
Turn on command echoing.> echo content > filename
Create a new file with specified content.