Operating System - Linux
1753770 Members
4939 Online
108799 Solutions
New Discussion юеВ

Re: hi people,want help in assiging one variable to another-urgent

 
Karthik_sg
Frequent Advisor

hi people,want help in assiging one variable to another-urgent

hi ppl,
i jst want to know that how do we assign on evariabe to anothr in shell scriptingsay the 2 variables are a and b.Help me on this immeditaely.thanks in advance
2 REPLIES 2
Ivan Ferreira
Honored Contributor

Re: hi people,want help in assiging one variable to another-urgent

Maybe you want to do this:

b=$a
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Karthik_sg
Frequent Advisor

Re: hi people,want help in assiging one variable to another-urgent

hey thnks for ur help.