An open API service indexing awesome lists of open source software.

https://github.com/neo-vortex/bettersed

An small tool resembling UNIX "sed" tool. written purely in C and cross platform
https://github.com/neo-vortex/bettersed

c gcc sed text

Last synced: about 2 months ago
JSON representation

An small tool resembling UNIX "sed" tool. written purely in C and cross platform

Awesome Lists containing this project

README

        

pass the file containing the commands as the first commandline argument.
pass standard input after that.

Example for how to run :

./result "commands.txt" < inputs.txt