Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.11 KB

Syntax.md

File metadata and controls

22 lines (13 loc) · 1.11 KB

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|Citation]] [[This Section|Syntax]] [[Next Section|Intro-to-AWS-Cloud-Computing]]
[[Citation|Citation]] [[Syntax|Syntax]] [[Intro to AWS Cloud Computing|Intro-to-AWS-Cloud-Computing]]