each line i a file has many space caracters.
But i'm unable to print spaces in the variables?
a="abcd"
b=" " #4 spaces
c="efgh"
echo $a$b$c > file1
gives "abcd efgh"
wheras i want,
"abcd efgh"
your help please
But i'm unable to print spaces in the variables?
a="abcd"
b=" " #4 spaces
c="efgh"
echo $a$b$c > file1
gives "abcd efgh"
wheras i want,
"abcd efgh"
your help please