Skip to content

divijg19/utilsC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utilsC

experimentation and learning how to build utilities for C programming language including but not limited to:

  • string manipulation
  • file handling
  • memory management
  • data structures (linked lists, stacks, queues, etc.)
  • algorithms (sorting, searching, etc.)
  • error handling and debugging techniques

Also mini-projects to apply the learned concepts and create useful tools for C programmers:

  • mycat: a simple implementation of the cat command to read and display file contents
  • mywc: a basic implementation of the wc command to count lines, words, and characters in a file
  • mygrep: a basic implementation of the grep command to search for patterns in files

About

GNU-Utils CLI tools reimplemented as simple learning subrepos in C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages