heredoc
Here are 28 public repositories matching this topic...
PHP Heredoc Grammer Extension for VSCode
-
Updated
Jan 12, 2023 - PHP
A minimal Unix shell implementation in C, designed to replicate the behavior of bash with essential features including command execution, pipes, redirections, environment variable management, and built-in commands.
-
Updated
Aug 21, 2025 - C
42cursus-Pipex: C program that recreates the functionality of shell pipes (|) and HereDoc (<< Del). This project focuses on inter-process communication by using fork(), pipe(), dup2(), and execve() to redirect the output of one command to the input of another, mimicking the shell command < infile cmd1 | cmd2 > outfile.
-
Updated
Jul 1, 2025 - C
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
-
Updated
Mar 15, 2025 - C
A powerful command-line clipboard manager that copies files and STDIN, and generates portable shell scripts to instantly recreate them on any system.
-
Updated
Sep 16, 2025 - Python
Vim textobject to select heredoc block
-
Updated
Apr 7, 2019 - Vim Script
-
Updated
Dec 7, 2021 - C
Minishell is a small Linux Shell written in C.
-
Updated
Nov 9, 2022 - C
A minimal Bash-like shell written in C
-
Updated
Jan 28, 2025 - C
🐚 A fully functional mini shell written in C as part of the 42 school curriculum. Implements key shell features like built-in commands, pipelines, redirections (<, >, >>, <<), and environment variable expansion. Designed to mimic basic Bash behavior while exploring process creation, parsing, file descriptors, and terminal signal handling.
-
Updated
Jul 3, 2025 - C
Creating a simple shell with C programming language in partnership with a fellow student
-
Updated
Feb 16, 2024 - C
Improve this page
Add a description, image, and links to the heredoc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the heredoc topic, visit your repo's landing page and select "manage topics."