summaryrefslogtreecommitdiff
path: root/pocketHelp.md
diff options
context:
space:
mode:
Diffstat (limited to 'pocketHelp.md')
-rw-r--r--pocketHelp.md19
1 files changed, 12 insertions, 7 deletions
diff --git a/pocketHelp.md b/pocketHelp.md
index 3c0216d..0ca54fe 100644
--- a/pocketHelp.md
+++ b/pocketHelp.md
@@ -1,4 +1,4 @@
-<h1><span>pocket wiki</span>Terminal commands</h1>
+# <span>pocket wiki</span>Terminal commands
<div class="footer">
<p>This book belongs to:</p><br><br>
@@ -9,7 +9,7 @@
---
-<h2>navigate the file tree</h2>
+## navigate the file tree
<p><span class="micro">changing directory to <code>dirname</code></span>
<code>cd dirname</code>
@@ -38,7 +38,8 @@
---
-<h2>find <abbr class="amp" title="and">&amp;</abbr> open</h2>
+## find <abbr class="amp" title="and">&amp;</abbr> open
+
<p><span class="micro">list all files recursively in subdomains</span>
<code>find .</code>
</p>
@@ -65,7 +66,8 @@
---
-<h2>move, remove <abbr class="amp" title="and">&amp;</abbr> copy</h2>
+## move, remove <abbr class="amp" title="and">&amp;</abbr> copy
+
<p><span class="micro">move or rename a file or directory</span>
<code>mv oldname newname</code>
</p>
@@ -90,7 +92,8 @@
---
-<h2>subversion</h2>
+## subversion</h2>
+
<p><span class="micro">check out a repository to the current directory</span>
<code>svn co URL .</code>
</p>
@@ -121,7 +124,8 @@
---
-<h2>subversion <abbr class="amp" title="and">&amp;</abbr> download</h2>
+## subversion <abbr class="amp" title="and">&amp;</abbr> download
+
<p><span class="micro">is this directory checked out from svn? and where?</span>
<code>svn info</code>
</p>
@@ -146,7 +150,8 @@
---
-<h2>help <abbr class="amp" title="and">&amp;</abbr> information</h2>
+## help <abbr class="amp" title="and">&amp;</abbr> information
+
<p><span class="micro">run any command as root</span>
<code>sudo your-command-here</code>
</p>