Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
I have created a directory in my home directory called shellprogs to serve as a repository for my shell programs. In order to execute these programs without having to specify an absolute path, I have updated my path in .profile to include the following line:
export PATH=${PATH}:~shellprogs