The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click
here
for more information.
Hi,I trimmed linebackers in linux (centos) using| tr -d '\n'before it got into EXECUTE_STDOUT like that:cat /tmp/samplefile.txt | grep searchstring | cut -d "," -f4 | tr -d '\n'Worked for me