Learn faster and stay on-track by joining this free class with other self-learners.
|
Bash ScriptingClass length: 18 weeks. Start anytime. Creator: kday Status: Established |
Join this class! |
|
markdown cheatsheethow 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.
* Markdown Cheatsheet:
Link:
New Paragraph:
Main heading:
Sub-heading:
List:
Italics:
Bold:
YouTube:
|