Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google site




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-09-2008
felipebb felipebb is offline
Registered User
 

Join Date: Jun 2008
Posts: 2
Unhappy

Guys, The problem is kind of solved, I've got the info that I needed to run "chmod -x <script_name>" in order to the whole thing happen, so the script could be really executed.

There are still a few flaws I need to amend.

I'm trying to search some way to access arguments variables as arrays, obtaining the $1 or $5 as something like array[1].

Thanks in advance for any help that might come.


Cheers!

Last edited by felipebb; 06-09-2008 at 04:40 PM..