A set of c/c++/go/rust(will maybe include some bash/python scripts) programs to recreate some linux common commands( a good start for my system programming path)
This is the implementation of the more command check this asciinema for more info.
This is the implementation of the curl command. The curl command makes requests and downloads stuff over the internet. Check this asciinema for more info
This is the implementation of the 'ls' command, it's made with a very short python script that displays the files in the current directory and their autorizations.
Check this asciinema for more info
This is the implementation of the cat command, it outputs to the console the contents of one or many files
This is a dumb grep that i made while following the rust "Book"'s tutorial, it made me learn plenty of things in rust and i hope to see and learn more