(imported topic written by USMC175)
I’m looking to concatenate these three individual properties on Solaris to better describe each package. Each property already works individually. How could I use & " | " & to bring together the pgk name, version, and vendor info into one property?
unique values of params “PKGINST” of pkginfos of pkgdb
unique values of params “VERSION” of pkginfos of pkgdb
unique values of params “VENDOR” of pkginfos of pkgdb
Thanks.