Search Results

Search: Posts Made By: drd_2b
34,524
Posted By drd_2b
Excellent! That worked. I also had to add...
Excellent! That worked.
I also had to add "export" to the printf statement and removed the quotes surrounding the variable values. So my .awk file ended up:

BEGIN {
FS="[{}]"
...
34,524
Posted By drd_2b
Thanks. Sorry I wasn't clear. This parses the...
Thanks. Sorry I wasn't clear. This parses the string like I want, but I need the variables to be available to the ksh script for processing later.
34,524
Posted By drd_2b
KSH split string into variables
Hello,
I am an intermediate scripter. I can usually find and adapt what I need by searching through previous postings, but I'm stumped.

I have a string with the format "{Name1 Release1 Type1...
Showing results 1 to 3 of 3

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