Skip to content

Nourishere/linux_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux_utils

Implementation of the four popular Linux utilities (cat, cp, echo, mv, and pwd.)

I went for a minimal approach with basic error checking. Some funtionalities are not supported (i.e. cp src dir/ and mv src dir/ which have the same meaning as cp src dir/src and mv src dir/src). Flags are not supported (i.e. cp -r and so on.)

All the C source files can be compiled normally using gcc. Make sure you have the necessary glibc packages.

This repository is intended for learning reasons. Future updates are coming!

About

Implementation of four popular Linux utilities (cat, cp, echo, mv, and pwd )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages