The command pico myfile.c will open a file that may or may not exist. If it already exists then we can make changes to it and save it either under the same name or under a different name.
By using a C compiler 'cc', we can compile our source file 'myfile.c' and generate. This file is created by the compiler program, by taking out C source file as input. The procedure to compile C programs is described in a later section. Unlike in DOS executable file in IRIX need not have the extension .exe. We can execute a file by simply giving its name on the command prompt.
For example, suppose we have an executable named myfile, then we can execute it by simply giving myfile.