variable-expansion

There are 4 repositories under variable-expansion topic.

  • zelhajou/42cursus-minishell

    A custom shell program emulating basic bash functionalities

    Language:C27202
  • 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.

    Language:C19122
  • 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.

    Language:JavaScript0100
  • 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.

    Language:C0100