8000 GitHub - snow-blade/custom_linux: 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)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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)

Notifications You must be signed in to change notification settings

snow-blade/custom_linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom_linux

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)

1.More

This is the implementation of the more command check this asciinema for more info.

2.Curl

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

3.Ls

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

4.Cat

This is the implementation of the cat command, it outputs to the console the contents of one or many files

5.grep

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

Contributions are open, Thanks

About

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0