No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=== Here you can put the text to describe what you are going to achieve with following steps === | ==== Here you can put the text to describe what you are going to achieve with following steps ==== | ||
<br> | <br> | ||
Describe | Describe your action and the outcome<br> | ||
<code> | <code> | ||
mkdir /tmp/bla | '''''mkdir /tmp/bla | ||
touch /tmp/bla/bladibla | touch /tmp/bla/bladibla | ||
rm -r /tmp/bla | rm -r /tmp/bla''''' | ||
</code> | </code> | ||
<br> | <br> | ||
Some other trick you want to desctibe<br> | Some other trick you want to desctibe<br> | ||
<code> | <code> | ||
echo "Hello World" | '''''echo "Hello World"''''' | ||
</code> | </code> | ||
<pre> | <pre> | ||
Line 21: | Line 21: | ||
Make it wild<br> | Make it wild<br> | ||
<code> | <code> | ||
ping-c1 | '''''ping-c1 localhost''''' | ||
</code><br> | </code><br> |
Revision as of 21:08, 16 April 2020
Here you can put the text to describe what you are going to achieve with following steps
Describe your action and the outcome
mkdir /tmp/bla
touch /tmp/bla/bladibla
rm -r /tmp/bla
Some other trick you want to desctibe
echo "Hello World"
Test or whatever Needs to go Here /tmp/bla
Make it wild
ping-c1 localhost