Hi vishrut_n_shah
Now we are getting somewhere. If you write your own find command for example,
just place it in the /usr/local/bin directory and the operating system will use your
find command instead of it's own. If you write your command in C then you can use
the compiletc application to compile it, if you write a script file then you just
chmod 755 yourfilename to make it executable.