Re: Shell script function problems

2008-02-09 Thread Ken Irving
On Sat, Feb 09, 2008 at 12:36:53PM +, William Pursell wrote: > phillinux wrote: >> >> I'm trying to write a bash shell script to create user accounts that >> calls 2 functions. I can't call these functions from the script or the >> command line. The set command seems to show the loaded scri

Re: Shell script function problems

2008-02-09 Thread William Pursell
phillinux wrote: I'm trying to write a bash shell script to create user accounts that calls 2 functions. I can't call these functions from the script or the command line. The set command seems to show the loaded script in the shell (loaded with . FunctionName at command line) with other envi

Re: Shell script function problems

2008-02-08 Thread Jeff D
phillinux wrote: At 11:33 PM 2/8/2008, you wrote: phillinux <[EMAIL PROTECTED]>: > > I'm trying to write a bash shell script to create user accounts that > calls 2 functions. I can't call these functions from the script or Why? > the command line. Why? > The set command seems to

Re: Shell script function problems

2008-02-08 Thread phillinux
At 11:33 PM 2/8/2008, you wrote: phillinux <[EMAIL PROTECTED]>: > > I'm trying to write a bash shell script to create user accounts that > calls 2 functions. I can't call these functions from the script or Why? > the command line. Why? > The set command seems to show the loaded sc

Re: Shell script function problems

2008-02-08 Thread s. keeling
phillinux <[EMAIL PROTECTED]>: > > I'm trying to write a bash shell script to create user accounts that > calls 2 functions. I can't call these functions from the script or Why? > the command line. Why? > The set command seems to show the loaded script in > the shell (loaded with . Fun

Re: Shell script function problems

2008-02-08 Thread phillinux
At 07:27 PM 2/8/2008, you wrote: phillinux wrote: I'm trying to write a bash shell script to create user accounts that calls 2 functions. I can't call these functions from the script or the command line. The set command seems to show the loaded script in the shell (loaded with . FunctionName a

Re: Shell script function problems

2008-02-08 Thread Jeff D
phillinux wrote: I'm trying to write a bash shell script to create user accounts that calls 2 functions. I can't call these functions from the script or the command line. The set command seems to show the loaded script in the shell (loaded with . FunctionName at command line) with other envi

Re: Shell script function problems

2008-02-08 Thread Bob McGowan
phillinux wrote: I'm trying to write a bash shell script to create user accounts that calls 2 functions. I can't call these functions from the script or the command line. The set command seems to show the loaded script in the shell (loaded with . FunctionName at command line) with other envi

Shell script function problems

2008-02-08 Thread phillinux
I'm trying to write a bash shell script to create user accounts that calls 2 functions. I can't call these functions from the script or the command line. The set command seems to show the loaded script in the shell (loaded with . FunctionName at command line) with other environmental variable