Hello,
I will be writing some shell scripts that will be used on an RS-6000 system AIX 4.3.
Is there any function that will trim leading and trailing spaces as the TRIM() Function does in Visual Basic?
test=" abcd "
echo $test"with spaces"
this will display
abcd with spaces
Thanks
Raney
I will be writing some shell scripts that will be used on an RS-6000 system AIX 4.3.
Is there any function that will trim leading and trailing spaces as the TRIM() Function does in Visual Basic?
test=" abcd "
echo $test"with spaces"
this will display
abcd with spaces
Thanks
Raney