Help with an IF and SED to replace \n
I have a filename variable that sometimes gets set as: attachment; JobRunStatisticsReport_20150122.zip In the File Manager window, it looks like this: I need help coming up with an IF statement that says: IF $filename contains ‘attachment; \n’ then and then help with a SED that looks for that new line character (\n) and replaces that … Read more