Archive

Posts Tagged ‘shell script programming’

Shell Script

October 29th, 2009 Comments off

I need a unix shell script to compress a list of directories and its contents into a single file then to login to a remote ftp host and upload the compressed file via ftp and then send me an email when the transfer has been confirmed so that i am 100% sure that the file has been transfered.

Start Up Shell Script

October 15th, 2009 Comments off

This program should be written so that it will run on Knoppix or PuTTy.

Create a start-up shell script. Whether you write the scripts as .profile or .cshrc, include the following options:

Your search path to $PATH
Your editor to vi
Two variables of your preference, explain what they are.

Create a shell that completes the following problem:

Bear