Search Results

Search: Posts Made By: jaxim
2,171
Posted By jaxim
Hi, Here is the script I have been using to...
Hi,

Here is the script I have been using to test:


#!/bin/ksh

export FRUIT1=ORANGE
export FRUIT2=APPLE

echo $FRUIT1
echo $FRUIT2
echo ${FRUIT1}AND${FRUIT2}
2,171
Posted By jaxim
Apologies for the typo on my part, Jim. I did try...
Apologies for the typo on my part, Jim. I did try this earlier today at work with:
echo ${FRUIT1}AND${FRUIT2}
and I still got output of:
APPLEEAND
2,171
Posted By jaxim
Concatenation Of Variables
Hi,

when I echo the values of two variables that have been set for example:

export FRUIT1=ORANGE
export FRUIT2=APPLE

echo $FRUIT1
ORANGE

echo $FRUIT2
APPLE

as expected but when I...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 05:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy