Building a Linux Shell [Part IV]

Written by MIMA | Published 2020/07/04
Tech Story Tags: programming | linux | shell | terminal | tutorial | c-tutorials | cli | hackernoon-top-story

TLDR The symbol table is a data structure used by compilers and interpreters to store variables as entries in the table. Each entry consists of a key (the variable's name) and an associated value (the value) The shell adds each variable (and its value) to the symbol table on startup. We can edit, remove, or export shell variables at will, using the proper builtin utilities (which we'll talk about later on in this series) All shells have some sort of symbol table implementation, although some shells might have different names for it.via the TL;DR App

no story

Written by MIMA | GNU/Linux system administrator and programmer
Published by HackerNoon on 2020/07/04