Assignment 1

In this step, we will use a pre-existing program that comes with the linux distribution, called echo. This program sends (echoes) its command line arguments to its standard output. We will redirect standard output to a file, stdout. ................
................