![]() |
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 |
| Sort command - strange behaviour | miwinter | UNIX for Advanced & Expert Users | 16 | 05-29-2008 07:19 AM |
| TEST command | amatuer_lee_3 | Shell Programming and Scripting | 4 | 05-09-2008 07:36 AM |
| a strange message when executing the sort command | marwan | UNIX for Dummies Questions & Answers | 3 | 04-27-2007 07:32 AM |
| the TEST command | marwan | UNIX for Dummies Questions & Answers | 2 | 04-23-2007 06:51 PM |
| Strange error message with regex test... | fgilain | Shell Programming and Scripting | 4 | 05-31-2006 09:52 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
test command looks strange...
I just ran into this today, and don't know what to make of it...
Code:
if test x$SERVER = x
then
echo $USAGE
exit 1
fi
|
|
||||
|
Quote:
Code:
if test "$SERVER" = ""
then
....
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|