get_next_line made easy
-
Updated
Nov 25, 2022 - C
get_next_line made easy
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
This project is about programming a function that returns a line read from a file descriptor.
get_next_line es un proyecto de 42 que consiste en implementar una función capaz de leer una línea completa desde un descriptor de archivo (file descriptor).
About Minishell - A 42 School project implementing a simplified Bash-like shell in C This educational project dives into core systems programming by recreating shell fundamentals: Process control (fork/exec, pipes, signals) File I/O (redirections, heredoc) Memory-managed environment (zero leaks) Bash-like features with 42's strict coding stand
My own little shell in c
Custom C function to read lines from a file descriptor. Efficient memory and file handling
Creating an own bash shell
Golang epoll fd handle connections (sockets) with worker pool.
Program reproduce the behavior of pipe command in shell
1337 - 42 cursus (get_next_line project)
This project is about creating a simple shell.
This project, created with my teammate Walid during our education at 1337 School, aims to demonstrate our understanding of processes and file descriptors through the creation of a custom implementation of the Bash shell. It served as a valuable learning experience for both of us.
Libft is a custom C library that reimplements essential standard library functions.
A project simulating the piping of two UNIX commands with redirections
Mini shell made in C for Linux using GNU Readline Library
O projeto Pipex replica o comportamento do operador | (pipe) no shell, permitindo a comunicação entre processos. Ele se concentra no uso de chamadas de sistema como fork, pipe, dup2, e execve, e implementa o redirecionamento de entrada e saída entre comandos.
This project is about programming a function that returns a line read from a file descriptor.
O projeto Get Next Line implementa uma função que lê arquivos linha por linha em C. A função gerencia dinamicamente a memória e lida com arquivos de tamanho variado, retornando a próxima linha a cada chamada.
Add a description, image, and links to the filedescriptor topic page so that developers can more easily learn about it.
To associate your repository with the filedescriptor topic, visit your repo's landing page and select "manage topics."