Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

environment variables prefixed by spaces 1

Status
Not open for further replies.

kasparov

Programmer
Feb 13, 2002
203
GB
Me again ... if I set an environment variable like this:

# name=" Chris"

when I echo the value the preceding spaces are stripped off:

# echo $name
# Chris

Is there any way to get it to do this:
# echo $name
# Chris

Thanks, Chris

PS - Message understood re: formatting
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top