<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 4/7/14, 12:58 PM, Trey Henefield
      wrote:<br>
    </div>
    <blockquote
cite="mid:2395AFDB339FB542AB62020E846F4A631F93C634A0@ATSEXCHANGE.ultra-ats.com"
      type="cite"><br>
      <br>
      <div class="WordSection1">
        <p class="MsoNormal"><span style="color:#1F497D">I have found a
            reverse logic that works great! It translates the regex text
            back to actual text.<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">source
            ./templates/support.sh<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">populate
            login_banner_text<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span style="color:#1F497D">echo
            $login_banner_text | sed -e 's/\[\\s\\n\][+|*]/ /g' -e
            's/\&amp;amp;/\&amp;/g' -e 's/\\//g' -e 's/ - /\n- /g'
            &gt;/etc/issue</span></p>
      </div>
    </blockquote>
    <br>
    This would be an *incredibly* useful patch... nudge nudge... ;)<br>
  </body>
</html>