Stop learning alone!

Learn faster and stay on-track by joining this free class with other self-learners.

Register for Bash Scripting now.

Bash Scripting

Class length: 18 weeks. Start anytime.

Creator: kday

Status: Established

Join this class!

markdown cheatsheet

how do I submit that lesson complete or comment on it ? also , is the Markdown Cheat sheet something I can use to copy and paste here I am familiar with HTML but not this Markdown cheat sheet. Thank you

Also I am using Debian squeeze for these lessons page 31 $ printf '%10.10s = %4.2fn' 'Giga Hertz' 1.92735 Giga Hertz = 1.93 My question is what is % before 10.10 and what does the s after .10 do "? I understand that the f after %4.2f is for floating point round off The printf help in squeeze gives me info on %b expand backslash escape sequence and %q quote the argument...and that's it . link

okay I panicked... now I know what the markdown cheat sheet is for.

I am supposed to use it to mark up text in this space... mark down to mark up.

haven't figured out what backslash n does yet I'll Google some more.

Page 33 had the answer to the backslash n It is an escape sequence

for new line.

netstat
7 months ago

Reply


* Markdown Cheatsheet:

Link:
[clickable text](http://www.example.com)

New Paragraph:
Hit enter twice

Main heading:
# Main Heading Text

Sub-heading:
## Sub-heading Text

List:
* item 1
* item 2
* item 3

Italics:
*italicized text*

Bold:
**bold text**

YouTube:
URL (http://www.youtube.com/watch?v=Ui4AYPcRkYE) turns into embed code

Full Markdown reference