![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Backup Index | macgre_r | Filesystems, Disks and Memory | 2 | 07-05-2008 04:29 AM |
| Use of index in UNIX shell scripting | kaustubh137 | Shell Programming and Scripting | 2 | 05-18-2008 01:46 AM |
| Help please!Split files according to index | onthetopo | Shell Programming and Scripting | 9 | 05-11-2007 10:37 AM |
| Index Command | abrd600 | Shell Programming and Scripting | 1 | 10-07-2004 10:11 AM |
| PHP: problem with index.php | perleo | Shell Programming and Scripting | 13 | 07-07-2003 02:16 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
What is index?
hi,
In a shell script i came accross the following lines 1.for i in ` find /home/oracle -name ch' 2.do 3.echo $i 4.idx=`expr index $i .` 5.done Here iam not able to understand the porpose of the word "index" in line 4. any help ? cheers RRK |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|