The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
String Manipulation Help shadow0001 Shell Programming and Scripting 4 03-09-2008 04:35 PM
string manipulation hai1973 Shell Programming and Scripting 13 08-20-2007 11:27 AM
String manipulation mr_bold UNIX for Dummies Questions & Answers 2 02-14-2007 07:48 AM
awk string manipulation zoo591 Shell Programming and Scripting 2 08-09-2006 12:13 PM
string manipulation in C trinath High Level Programming 1 01-23-2006 11:13 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 09-17-2008
zambo zambo is offline
Registered User
  
 

Join Date: May 2008
Posts: 4
String manipulation using ksh

I have a UNIX shell where:
LEVEL=dev
SITE=here
and WHEREIAM=/tmp/$SITE/location/$LEVEL

I want to echo $WHEREIAM in such a way that I get it back with all the environment variables resolved (/tmp/here/location/dev).
This command will be used in a shell script.
  #2 (permalink)  
Old 09-17-2008
DukeNuke2's Avatar
DukeNuke2 DukeNuke2 is online now Forum Staff  
Soulman
  
 

Join Date: Jul 2006
Location: Germany, Berlin
Posts: 2,910
what is wrong with:
echo "$WHEREIAM"
?
  #3 (permalink)  
Old 09-17-2008
zambo zambo is offline
Registered User
  
 

Join Date: May 2008
Posts: 4
echo "$WHEREIAM" gives /tmp/$SITE/location/$LEVEL instead of as I would have expected /tmp/here/location/dev
  #4 (permalink)  
Old 09-18-2008
zambo zambo is offline
Registered User
  
 

Join Date: May 2008
Posts: 4
Actually could have something like:
WHEREIAM= `echo $WHEREIAM | command`
where command(using sed, awk, ...) will replace all environment variables by their value within the shell so that in my example i'll have when echo $WHEREIAM after ===>=/tmp/here/location/dev
  #5 (permalink)  
Old 09-18-2008
Franklin52 Franklin52 is offline Forum Staff  
Moderator
  
 

Join Date: Feb 2007
Posts: 4,212
Place the variable between double quotes or braces:

Code:
LEVEL=dev
SITE=here
WHEREIAM=/tmp/${SITE}/location/${LEVEL}
Regards
  #6 (permalink)  
Old 09-18-2008
vidyadhar85's Avatar
vidyadhar85 vidyadhar85 is offline Forum Staff  
Moderator(The Tutor)
  
 

Join Date: Jun 2008
Location: INDIA
Posts: 1,382
Quote:
Originally Posted by zambo View Post
Actually could have something like:
WHEREIAM= `echo $WHEREIAM | command`
where command(using sed, awk, ...) will replace all environment variables by their value within the shell so that in my example i'll have when echo $WHEREIAM after ===>=/tmp/here/location/dev
if you use double quotes it should give expected result..
Sponsored Links
Closed Thread

Bookmarks

Tags
awk, sed, string

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 01:45 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language translation by Google.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0