since: my first project
since: my first project
This is my first project in rust, called: since
. A small tool to filter logfiles or any other files with a timestamp in it, by a given timestamp.
For example:
since 1h /var/log/messages
prints all lines from the last hour.
since 00:00 /var/log/messages
prints all lines since 00:00.
It would be nice if you could take a look at the code. What would you change, what should I change?
I’m not a professional programmer, this is just a hobby, but I want to learn as much as possible.
You're viewing a single thread.
All Comments
9 comments
Very neat idea!
13 0 ReplyThanks!
4 0 Reply
9 comments
Scroll to top