Bash Scripting: Everything you n

Bash Scripting: Everything you need to know about Bash-shell programming |
Bash Scripting: Everything you need to know about Bash-shell programming
Bash (AKA Bourne Again Shell) is a type of interpreter that processes shell commands. A shell interpreter takes commands in plain text format and calls Operating System services to do something. For example, ls command lists the files and folders in a directory.

https://medium.com/sysf/bash-scripting-everything-you-need-to-know-about-bash-shell-programming-cd08595f2fba

frangipanni


frangipanni
Program to convert lines of text into beautiful tree structures. The program reads each line on the standard input in turn. It breaks each line into tokens, then adds the sequence of tokens into a tree structure. Lines with the same leading tokens are placed in the same branch of the tree.

https://github.com/birchb1024/frangipanni