If you want to pass parameters from a shell to a program written in C, you can use the mechanism shown in the following piece of C code. [code language=”c”] #include <stdio.h> /* * This program will simply list the
Shell script for hiding desktop icons
Sometimes it is helpful to hide all icons on a desktop, e.g. during a presentation or if you want to focus on something and the files on desktop are disturbing. The following shell script is a solution for Max OS