LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-28-2011, 08:45 PM   #1
maddog.
LQ Newbie
 
Registered: Mar 2011
Location: Pittsburgh, PA
Posts: 5

Rep: Reputation: 0
Question Desire trick to modify hostname in shell script


I am looking an neat trick / elegant solution to
manipulate / modify hostname and set a variable to the
value inside a script. I have figured what I want to do.
I just want to know how to set the variable correctly ?

Say my host name is 'machine005' (w/o single quotes)

So the hostname command would be

hostname
machine005

fine. If I want to change the first '0' to a '9' then

hostname|sed 's/0/9/' <-- (produces)
machine905

So I would like to set the command string in bold
above to be the value of a variable inside a string.

Does the following do this

setenv VAR "hostname|sed \'s/0/9/\'"

It seems that Double/Single quotes don't play nice
together. So I am trying to figure this out.

Any assistance would be appreciated.

maddog.
 
Old 03-28-2011, 09:21 PM   #2
maddog.
LQ Newbie
 
Registered: Mar 2011
Location: Pittsburgh, PA
Posts: 5

Original Poster
Rep: Reputation: 0
Lightbulb Viola!

I found this works (on Cygwin)

Var=`hostname|sed 's/0/9/'`

This would produce in post above hostname=machine901.

Hooray!

maddog.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] need help to modify output of shell script raggmopp1961 Programming 2 12-04-2010 02:26 AM
how to modify a line of a file using shell script? shayori Linux - Newbie 9 04-16-2010 02:44 AM
bash Shell script to modify DNS zone file KinnowGrower Programming 4 12-12-2009 08:07 PM
shell script to batch process-modify ip numbers in files. SupermanInNY Programming 5 08-13-2009 03:03 AM
modify content in a file using shell script fjkum Linux - Newbie 2 08-03-2006 04:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:51 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration