Here’s a Linux Command Cheat Sheet with the most commonly used commands:
| Command | Description |
|---|---|
ls |
List files and directories. |
ls -l |
Long listing format (detailed view). |
ls -a |
List all files, including hidden files. |
| <!doctype HTML> | |
| <meta charset = 'utf-8'> | |
| <html> | |
| <head> | |
| <script src='http://d3js.org/d3.v3.min.js' type='text/javascript'></script> | |
| <script src='http://d3js.org/topojson.v1.min.js' type='text/javascript'></script> | |
| <script src='http://datamaps.github.io/scripts/datamaps.all.min.js?v=1' type='text/javascript'></script> | |
| <script src='http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.0/handlebars.min.js' type='text/javascript'></script> | |