News

How to Add a File Using CMD Line. One of the useful features of the Windows Command Prompt (also known as CMD, CMD line or Command line) is creating, or adding, a text file to the current directory.
echo -e "This is a\t Linux\t server." This will produce the following output: This is a Linux server. Redirecting output to a text file. Rather than showing the output on the terminal, we can instruct ...