Skip to content

gitnassima20/spl-coding-exercices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

System Programming Linux Exercices

This repo contains a list of simple Unix Utilities as coding exercices from the Udemy course: SPL course.

Files in the repo

  • README.md - Project documentation.
  • utilities/mypwd.c - Implementation of pwd (print working directory) command.
  • utilities/myecho.c - Implementation of echo command.
  • utilities/mycp.c - Implementation of cp command (without arguments just for files to keep it simple).
  • utilities/mymv.c - Implementation of mv command.
  • shell/microshell.c - Implementation of a microshell providing basic command execution, variable handling, and I/O redirection.

Run an utility

Compile exemple

gcc mypwd.c -o mypwd

Run the executable

./mypwd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages