Linux echo form scratch in C (sort of) Prerequisites make sure that gcc compiler and gnu essentials are installed on your machine you can check this by running gcc --version in your terminal Usage to compile: make all to run make run