How to create a Bourne shell scrip for UNIX?

Treat this as a series of problems, do the easier bits and work up to the harder ones! /bin/sh … Author: Emily 20-Dec-2011 Script to ...... etc … cd # go to home directory pwd # show current working directory There are the two basic requirements - as you can see, the first line never changes, then a comment block (with the # at the start of the line), then a couple of UNIX commands To list the contents of the directory you just add another command, ls To add the variable (I'll leave the opening line and comment block out): INSTALL_DIRECTORY = "the_directory_path to show the contents of the variable, use echo $INSTALL_DIRECTORY cd # go to home directory pwd # show current working directory ls # list current directory contents Okay, next step is to create a directory as defined in prev project - I'll assume it's called "prev_dir" and is going to be created in your home directory.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions