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
- Host: GitHub
- URL: https://github.com/neo-vortex/bettersed
- Owner: Neo-vortex
- Created: 2022-05-05T11:12:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T10:11:42.000Z (over 1 year ago)
- Last Synced: 2025-02-13T12:44:31.140Z (3 months ago)
- Topics: c, gcc, sed, text
- Language: C
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.TXT
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