![]() |
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 |
| how to use expr | saikumarm80 | Red Hat | 3 | 01-05-2009 03:52 PM |
| using the expr command | ashishj | UNIX for Dummies Questions & Answers | 4 | 08-14-2008 01:57 PM |
| expr question | low90s | UNIX for Dummies Questions & Answers | 3 | 04-29-2008 10:52 AM |
| expr | Nathe | UNIX for Dummies Questions & Answers | 5 | 01-22-2004 07:49 PM |
| how do I get the value of expr with ksh | krishna | UNIX for Advanced & Expert Users | 3 | 08-26-2001 02:51 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
quck question about expr and (( ))
Hi
just a quick question, i have always used Code:
var=`expr $var + 1` Code:
(( var = var + 1 )) likewise.. whats the deal with using double square brackets on the ' test' command .. ie Code:
if [[ $account = "*hello*" ]] ; then Can anybody help me grasp these two double bracket methods or point me to some docs where i can read about where and how to use them ? Any help would be great |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|