RE: Shell scripting: Absolute path name of a file given as parameter

2007-04-13 Thread Aitor San Juan
Thanks a lot to all who replied. Aitor. -Mensaje original- De: Pete Slagle [mailto:[EMAIL PROTECTED] Enviado el: jueves, 12 de abril de 2007 19:04 Para: [EMAIL PROTECTED] Asunto: Re: Shell scripting: Absolute path name of a file given as parameter Aitor San Juan wrote: I have

Re: Shell scripting: Absolute path name of a file given as parameter

2007-04-12 Thread Garrett Cooper
Aitor San Juan wrote: Hi List, Just a simple question. I have developed a shell script that, among other things, shows the filename that was specified as a parameter. However, when I invoke the script and the file is located in the current working directory, it just shows: ./my_input_filename

Re: Shell scripting: Absolute path name of a file given as parameter

2007-04-12 Thread Pete Slagle
Aitor San Juan wrote: I have developed a shell script that, among other things, shows the filename that was specified as a parameter. However, when I invoke the script and the file is located in the current working directory, it just shows: ./my_input_filename I'd like the script to