vodkadrinker
Technical User
I am running a script that I have used on other version of Unix fine however on AIX it adds a space.
username="vodka"
echo $username/home
This the result on AIX
vodka /home
This is the resulton other Unix's
vodka/home
I'm sure is nothing to major, thanks VD
username="vodka"
echo $username/home
This the result on AIX
vodka /home
This is the resulton other Unix's
vodka/home
I'm sure is nothing to major, thanks VD