Release Automation

Nolio Official KB: How do I trim new line from Run Command line action?

  • 1.  Nolio Official KB: How do I trim new line from Run Command line action?

    Posted Dec 18, 2013 04:15 PM
    When you want to remove the new line from an output of Run Command Line Action you can use the following expressions 
     
    (Linux:add to the end of the command   |tr -d '[ \n]'.
     
    Windows OS , use NoNewLine option in write-host cmd-let powershell command)