Re: bash and parameters

1999-08-16 Thread E.L. Meijer \(Eric\)
On Sat, Aug 14, 1999 at 12:50:20AM -0500, Lance Hoffmeyer wrote: > When I create a shell script how do I pass parameters to it? For > example, if I want to create a directory based on a name I pass to the > program with a shell script called mkmine the command would look like > "mkmine Mydir" and

bash and parameters

1999-08-14 Thread Lance Hoffmeyer
When I create a shell script how do I pass parameters to it? For example, if I want to create a directory based on a name I pass to the program with a shell script called mkmine the command would look like "mkmine Mydir" and this would create a directory called "Mydir" would the script simply