![]() |
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 |
| Writing a Utility Script | raghav1982 | Shell Programming and Scripting | 10 | 04-21-2008 11:23 AM |
| Extracting select queries from script | DILEEP410 | Shell Programming and Scripting | 3 | 04-10-2008 10:16 AM |
| Need help on SCRIPT(1M) utility | amit4g | UNIX for Dummies Questions & Answers | 1 | 11-23-2006 03:49 AM |
| Want to use the output of Select statement in Unix script | akhilgoel9 | Windows & DOS: Issues & Discussions | 4 | 05-27-2005 09:52 AM |
| Pipe SQL select statement results to script | houtakker | UNIX for Dummies Questions & Answers | 6 | 10-31-2003 01:20 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
script not working...select utility
#!/usr/bin/bash
name="$@" myname=malay #echo $myname select firstname in $name; do if [$firstname!= $myname];then echo $firstname else break fi done invoking with:- ./script.sh one two three four five six seven eight nine malay according to me the program control should come out when i will select the entry having my name[malay] but its not happening can any one point out the error |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|