Search Results

Search: Posts Made By: maverick80
7,870
Posted By maverick80
Awesome, it works. That was a new thing I...
Awesome, it works. That was a new thing I learned. Thanks a lot.

Lastly, would you know a good site where I could find some reading material on such things? I tried searching the web. Not sure, if...
7,870
Posted By maverick80
I understand that the parent shell would try to...
I understand that the parent shell would try to replace $i with the value of i (which is NULL, and hence the output).
#>ksh <<EOF
> i=2
> echo I is $i
> EOF

#> I is

So, how would be supress...
7,870
Posted By maverick80
Thank you for your answer. I was over looking...
Thank you for your answer. I was over looking that aspect. Single quotes fixed the 1st issue.

However, is how would I get it correct, when I'm using a here document?
I.e; in the case below:...
7,870
Posted By maverick80
variable assignment in new shell
Hi,
I'm writing a KSH script, and at one point, I have to call a new shell and perform some variable assignments.
I noticed that the assignment is not working.
Please see two samples below:
...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 09:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy