<div dir="ltr">Hello everyone,<br><div><br></div><div>Based on the input received by Gedare, I have started working </div><div>on finding a 'sed' alternative to be used in the RSB recipes to </div><div>do streamline text replacements. </div><div><br></div><div>I have gone through the Python Development Guidelines (<a href="https://docs.rtems.org/branches/master/eng/python-devel.html">https://docs.rtems.org/branches/master/eng/python-devel.html</a>)</div><div>and have installed the things suggested in this for the development</div><div>environment. </div><div><br></div><div>To start with the research work, I found this interesting</div><div>the discussion here <a href="https://unix.stackexchange.com/questions/13711/differences-between-sed-on-mac-osx-and-other-standard-sed">https://unix.stackexchange.com/questions/13711/differences-between-sed-on-mac-osx-and-other-standard-sed</a> that gave me an idea</div><div>on how sed differs in BSD and UNIX platforms.</div><div><br></div><div>I learnt about differences like: </div><div>`OS X's sed uses -E for ERE and GNU sed uses -r. -E is an alias for -r in GNU sed (added in 4.2, not documented until 4.3). Newer versions of FreeBSD and NetBSD sed support both -E and -r. OpenBSD sed only supports -E.</div><div>`</div><div><br></div><div>I also found a similar project <a href="https://github.com/chmln/sd">https://github.com/chmln/sd</a> which can help us in</div><div>developing the Python code needed in our case. </div><div><br></div><div>I would request the mentors to guide me on how and where to begin from </div><div>in writing this alternative?</div><div>Where do I have to write it? Is it the rtems-tools project (<a href="https://github.com/RTEMS/rtems-tools">https://github.com/RTEMS/rtems-tools</a>) where I have to contribute to for building this alternative?</div><div><br></div><div>Thanks</div><div>Mritunjay Sharma </div></div>