If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am tring to use cd command in the Unix script.
When this command in executing cd $Archive_Name
It is not changing the directory instead it is telling "cd: bad substitution"
Then i tried using "cd $Archive_Name 1>&2"
now it is telling "bad file unit number"
Can any one help me how to use cd command in the script.