as
Last active
November 18, 2022 03:32
-
-
Save iods/72a7674b7e2b03a68c8e to your computer and use it in GitHub Desktop.
[DevOps] Bash Helpers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| HTML abbr | |
| --> | |
| The group <abbr title="Niggas With Attitude">N.W.A</abbr> was Straight Outta Compton. | |
| <!-- | |
| HTML acronym | |
| --> | |
| The <acronym title="Teenage Mutant Ninja Turtles">TMNT</acronym> is a group of turtles named after renaissance artists. | |
| <!-- | |
| HTML cite | |
| --> | |
| <cite>1984</cite> by George Orwell. Published in 1949. | |
| <!-- | |
| HTML code | |
| --> | |
| The code <code>a[i] = b[i] + c[i]</code> is computer code. | |
| <!-- | |
| HTML del | |
| --> | |
| My favorite band is <del>Kings of Leon</del>, I mean Idiot Pilot. | |
| <!-- | |
| HTML dfn | |
| --> | |
| A <dfn>Dystopia</dfn> is an imaginary community or society that is undesirable or frightening. | |
| <!-- | |
| HTML em | |
| --> | |
| He who <em>controls the past controls the future</em>. He who <em>controls the present controls the past</em>. | |
| <!-- | |
| HTML i | |
| --> | |
| I <i>really</i> am enjoying this music provided by Kevin. | |
| <!-- | |
| HTML ins | |
| --> | |
| Remember, my favorite band is <ins>Idiot Pilot</ins> not <del>Kings of Leon</del>. | |
| <!-- | |
| HTML kbd | |
| --> | |
| Type <kbd>Yes</kbd> if you think ignorance is strength. | |
| <!-- | |
| HTML mark | |
| --> | |
| You should read <mark>Machiavelli’s The Prince</mark> and <mark>Eric Hoffer’s True Believer</mark>. | |
| <!-- | |
| HTML q | |
| --> | |
| <q>War is peace. Freedom is slavery. Ignorance is strength.</q> | |
| <!-- | |
| HTML samp | |
| --> | |
| The computer message said <samp>Big Brother is Watching You</samp>. | |
| <!-- | |
| HTML small | |
| --> | |
| Always remember to <small>read the fine print</small>. | |
| <!-- | |
| HTML strong | |
| --> | |
| Orthodoxy means not thinking–not needing to think. <strong>Orthodoxy is unconsciousness</strong>. | |
| <!-- | |
| HTML sub | |
| --> | |
| The equation for Caffeine is C = C<sub>8</sub>H<sub>10</sub>N<sub>4</sub>O<sub>2</sub>. | |
| <!-- | |
| HTML sup | |
| --> | |
| Einstein was the genius behind E = MC<sup>2</sup>. | |
| <!-- | |
| HTML var | |
| --> | |
| In the equation for Caffeine, <var>Oxygen</var> is a necessary variable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment