![]() |
|
|
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 |
| Unix code to fetch the first field till space in a variable | autosys_nm | Shell Programming and Scripting | 3 | 08-27-2008 05:05 AM |
| How to pass the result of an anonymous pl/sql block back to a shell script variable | ttunell | Shell Programming and Scripting | 2 | 08-01-2008 04:36 PM |
| fetch string and insert later | playinmel.com | Shell Programming and Scripting | 6 | 07-17-2008 10:53 PM |
| dev/rmt 0.1 block size is 0; variable; must be 1024 fixed. | MariaLuisa | AIX | 2 | 12-08-2006 04:27 AM |
| Compare the content of a variable with a string | robdai | UNIX for Dummies Questions & Answers | 2 | 11-01-2005 07:29 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to fetch variable value in if block and to compare it with certain string
Hi,
I am trying to execute this command if [ `$exception_info | grep "Exception if any" > /dev/null 2>&1; echo $?` -eq 0 ]; then but getting error .Some problem with reteriving the value of $exception_info. Please help.Its urgent. thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|