Creating and Reading Files
Learn how to read and create files using the CLI.
We'll cover the following
Creating files
The echo
command takes text and prints it back to the screen. Run the terminal below to run the following command:
$ echo Hello there
Get hands-on with 1400+ tech skills courses.