https://github.com/sleleu/minishell
This project is about creating a simple shell
https://github.com/sleleu/minishell
42 42school minishell process
Last synced: over 1 year ago
JSON representation
This project is about creating a simple shell
- Host: GitHub
- URL: https://github.com/sleleu/minishell
- Owner: Sleleu
- Created: 2022-09-02T12:25:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T16:57:24.000Z (over 3 years ago)
- Last Synced: 2025-01-21T18:11:26.988Z (over 1 year ago)
- Topics: 42, 42school, minishell, process
- Language: C
- Homepage:
- Size: 368 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minishell
## usefull links
- https://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html
- https://www.cs.purdue.edu/homes/grr/SystedataProgrammingBook/Book/Chapter5-WritingYourOwnShell.pdf
- https://mywiki.wooledge.org/BashParser
- https://www.gnu.org/software/bash/manual/bash.pdf
- http://manpagesfr.free.fr/man/man1/bash.1.html
Pour les redirections : https://putaindecode.io/articles/maitriser-les-redirections-shell/