Skip to content
Obi Griffith edited this page Mar 15, 2017 · 29 revisions

0-iii. Syntax

In this tutorial, created using Github Flavored Markdown, fenced code blocks are commands necessary to complete the tutorial. Some sections are marked as optional and can be skipped.

A fenced code block will look like this:

sudo apt-get install tree
cd ~
# comment
tree -I workspace/tools 

All lines contained within the highlighted boxes will need to be executed at the command line. When copy/paste is used be sure to hit Return or Enter after pasting each command or set of commands. All lines starting with a '#' are comments and will not be interpretted by the shell.

| Previous Section | This Section | Next Section | |:-----------------------------:|:-----------------------:|:--------------------------------------------------------------:| | Citation | Syntax | Intro to AWS Cloud Computing |