variable-expansion
There are 4 repositories under variable-expansion topic.
zelhajou/42cursus-minishell
A custom shell program emulating basic bash functionalities
mcombeau/minishell
Minishell is a 42 school team project to create a basic shell program in C. It implements redirections and pipes, as well as environment variables and some builtin commands.
alt-javascript/config
An extensible wrapper of the popular config package, supporting placeholder resolution (or variable expansion); encrypted values (via jasypt); default (or fallback) values; and asynchronous url fetching.
cjsidler/smallsh
A mini shell written in C. Implements a subset of features of well-known shells, such as bash. Handles variable expansion, comments, blank lines, input and output redirection, foreground and background processes, and more.