Re: Bourne Shell Script Newbie Help

From: Ed Morton (morton_at_lsupcaemnt.com)
Date: 01/14/04


Date: Wed, 14 Jan 2004 14:37:33 -0600


Daz wrote:
> Hello Group, I need some assistance in starting an assignment.

Write high-level pseudo-code describing how to solve the problem, then
use top-down refinement to get it down to a fairly low level of detailed
textual instructions, then read the course notes to see how to perform
those instructions in shell.

Many manual pages are on-line at
http://www.opengroup.org/onlinepubs/007904975/idx/index.html

and the FAQ for this group is at
http://www.newsville.com/cgi-bin/getfaq?file=comp.unix.shell/comp.unix.shell_FAQ_-_Answers_to_Frequently_Asked_Questions

Once you've made an attempt to solve the problem yourself, feel free to
come back to ask for input.

        Ed.