Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell Utilites

  • a collection of implementations of popular Linux command-line utilities, built from scratch. The tools are simplified versions of cat, zip, unzip, stat and grep.
  • gpzip & gpunzip are multi-threaded versions of zip & unzip

gpzip&gzip use RLE encoding e.g aaa = 3a

Compile and Run

gcc -o ggrep ggrep.c
./ggrep string file.txt
gcc -o gcat gcat.c
./gcat file.txt
...

About

a collection of implementations of popular Linux command-line utilities

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages