cli

Here we list command-line applications that we can call from using the shell() function in LiveScript:

Here is a good site to start with for: * OSX command-line utilitities - mitchchn.me * List of OSX command-line tools: - ss64.com

# List Command-line Applications

Tree is a recursive directory listing command that produces a depth indented listing of files. It answers the question "How do list contents of directories in a structure like format under Linux operating systems?"

A command-line interface or command language interpreter (CLI), is a means of interacting with a computer program where the user (or client) issues commands to the program in the form of successive lines of text (command lines) - wikipedia