I am very new to unix scripting and I have some up against a problem and i cant find any documentation on it. I simply want to substr out part of a string and assign it to another var. Something like this....
set var = substr($another_var,1,3)
If anyone could help me out with this i would really appreciate it.
Steve.
set var = substr($another_var,1,3)
If anyone could help me out with this i would really appreciate it.
Steve.