Creating Files

Learn how to create files using the touch command.

We'll cover the following...

In Creating and Reading Files, we learned how to use the echo command and redirection to create files. This is one of many ways to create files on the command line. Let’s look at a few alternatives.

The touch command

If we only ...