Skip to content

itemuln/custom-cli-minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Custom CLI Minishell (Linux)

Distro: Arch Linux

This project implements a simple Command Line Interface in C.

Features

  • dir → list directory contents
  • create → create file
  • input → append text
  • rename → rename file
  • del → delete file
  • cd → change directory
  • help → show commands
  • exit → quit shell

Build

gcc -Wall -std=c11 minishell.c -o minishell

Run

./minishell

Concepts Covered

  • POSIX system calls
  • open / write / close
  • rename / unlink
  • opendir / readdir
  • chdir
  • Process working directory
  • Basic command parsing

Author

I.Temuulen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages