This is a DSA project which works like the utility command 'sort' in Linux. The program makes use of external sorting algorithm which makes it possible to sort files larger than the primary memory.
-
Updated
Nov 8, 2020 - C
This is a DSA project which works like the utility command 'sort' in Linux. The program makes use of external sorting algorithm which makes it possible to sort files larger than the primary memory.
Implementation of some UNIX commands in C
I wrote a simplified version of the ps command on Linux-based systems. The myps tool will extract 7 data points from the stat file and display them to the user by implementing specified command line options. This project was developed in C in Unix environment.
Practica para Desarrollo de Sistemas en Red para programas con comandos Unix
🐚 [PART ONE] Mini Shell epitech project. The goal of the project is to recode a shell and simillary reproduce the 'tcsh' terminal, with only cd, setenv, unsetenv and exit commands.
Forked from Florian Forster's original:
A small program, written in C, that takes commands provided by the user via command line and execute them one at a time by using execvp().
A simple command to get one entry from a certain line of a file
Implementation of a simple UNIX command interpreter.
Add a description, image, and links to the unix-command topic page so that developers can more easily learn about it.
To associate your repository with the unix-command topic, visit your repo's landing page and select "manage topics."