Skip to content

Two C programs focused on Unix-style systems programming: an executable file scanner, and a simple command shell.

Notifications You must be signed in to change notification settings

Coookei/Unix-C-Utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unix C Utilities

Two C programs focused on Unix-style systems programming.

Projects

  • executables: scans one or more directories (supports colon-separated lists) and lists regular files that are executable by the user.
  • simple-shell: a minimalist command shell with a prompt, a built-in cd, and fork/exec execution for other commands in /usr/bin.

Build

cmake -S . -B build
cmake --build build

Run

# Executable finder
./build/executables/executables
./build/executables/executables /bin /usr/bin
./build/executables/executables /bin:/usr/bin

# Simple shell
./build/simple-shell/simple_shell

About

Two C programs focused on Unix-style systems programming: an executable file scanner, and a simple command shell.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published