Skip to content

AhmadMohammadYahya/Linux_System_Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Linux_System_Programming

Here are some Unix Utils implemented in C programming Language, those utilities needs to be run under Linux based OS.

Building the utility:

  1. compile the utility C_file:
  • gcc File.c -o File.o

Running the utility:

  1. navigate to the dir including the cloned git repository.
  2. ./File.o opt#1 opt#2
  3. opt#1, opt#2 are optional depending on each utility as below:
  4. ./My_cp.o File1 File2
  5. ./My_mv.o File1 File2
  6. ./MyEcho.o Opt#1 Opt#2 ... Opt#n
  7. ./MyPwd.o
  8. ./MyCat.o File

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages