Here are some Unix Utils implemented in C programming Language, those utilities needs to be run under Linux based OS.
- compile the utility C_file:
- gcc File.c -o File.o
- navigate to the dir including the cloned git repository.
- ./File.o opt#1 opt#2
- opt#1, opt#2 are optional depending on each utility as below:
- ./My_cp.o File1 File2
- ./My_mv.o File1 File2
- ./MyEcho.o Opt#1 Opt#2 ... Opt#n
- ./MyPwd.o
- ./MyCat.o File