Skip to content

Commit

Permalink
Deploying to gh-pages from @ 94a6172 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
3mmaRand committed Oct 22, 2023
1 parent 9dec8a7 commit 6a6f88e
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 144 deletions.
52 changes: 26 additions & 26 deletions core/week-2/workshop.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,46 +424,46 @@ <h1 class="title">Workshop</h1>
<div class="sourceCode cell-code" id="cb9"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb9-1"><a href="#cb9-1" aria-hidden="true" tabindex="-1"></a><span class="fu">ls</span> <span class="at">-l</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>total 64
drwxr-xr-x 2 runner docker 4096 Oct 22 14:28 data
drwxr-xr-x 2 runner docker 4096 Oct 22 14:28 images
-rw-r--r-- 1 runner docker 1597 Oct 22 14:28 overview.qmd
-rw-r--r-- 1 runner docker 184 Oct 22 14:28 study_after_workshop.qmd
-rw-r--r-- 1 runner docker 4807 Oct 22 14:28 study_before_workshop.ipynb
-rw-r--r-- 1 runner docker 13029 Oct 22 14:28 study_before_workshop.qmd
-rw-r--r-- 1 runner docker 8550 Oct 22 14:28 workshop.qmd
-rw-r--r-- 1 runner docker 8564 Oct 22 14:31 workshop.rmarkdown</code></pre>
drwxr-xr-x 2 runner docker 4096 Oct 22 15:03 data
drwxr-xr-x 2 runner docker 4096 Oct 22 15:03 images
-rw-r--r-- 1 runner docker 1597 Oct 22 15:03 overview.qmd
-rw-r--r-- 1 runner docker 184 Oct 22 15:03 study_after_workshop.qmd
-rw-r--r-- 1 runner docker 4807 Oct 22 15:03 study_before_workshop.ipynb
-rw-r--r-- 1 runner docker 13029 Oct 22 15:03 study_before_workshop.qmd
-rw-r--r-- 1 runner docker 8550 Oct 22 15:03 workshop.qmd
-rw-r--r-- 1 runner docker 8564 Oct 22 15:05 workshop.rmarkdown</code></pre>
</div>
</div>
<p>You can use more than one option at once. The <code>-h</code> option stands for “human readable” and makes the file sizes easier to understand for humans:</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb11"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb11-1"><a href="#cb11-1" aria-hidden="true" tabindex="-1"></a><span class="fu">ls</span> <span class="at">-hl</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>total 64K
drwxr-xr-x 2 runner docker 4.0K Oct 22 14:28 data
drwxr-xr-x 2 runner docker 4.0K Oct 22 14:28 images
-rw-r--r-- 1 runner docker 1.6K Oct 22 14:28 overview.qmd
-rw-r--r-- 1 runner docker 184 Oct 22 14:28 study_after_workshop.qmd
-rw-r--r-- 1 runner docker 4.7K Oct 22 14:28 study_before_workshop.ipynb
-rw-r--r-- 1 runner docker 13K Oct 22 14:28 study_before_workshop.qmd
-rw-r--r-- 1 runner docker 8.4K Oct 22 14:28 workshop.qmd
-rw-r--r-- 1 runner docker 8.4K Oct 22 14:31 workshop.rmarkdown</code></pre>
drwxr-xr-x 2 runner docker 4.0K Oct 22 15:03 data
drwxr-xr-x 2 runner docker 4.0K Oct 22 15:03 images
-rw-r--r-- 1 runner docker 1.6K Oct 22 15:03 overview.qmd
-rw-r--r-- 1 runner docker 184 Oct 22 15:03 study_after_workshop.qmd
-rw-r--r-- 1 runner docker 4.7K Oct 22 15:03 study_before_workshop.ipynb
-rw-r--r-- 1 runner docker 13K Oct 22 15:03 study_before_workshop.qmd
-rw-r--r-- 1 runner docker 8.4K Oct 22 15:03 workshop.qmd
-rw-r--r-- 1 runner docker 8.4K Oct 22 15:05 workshop.rmarkdown</code></pre>
</div>
</div>
<p>The <code>-a</code> option stands for “all” and shows us all the files, including hidden files.</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb13"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb13-1"><a href="#cb13-1" aria-hidden="true" tabindex="-1"></a><span class="fu">ls</span> <span class="at">-alh</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>total 72K
drwxr-xr-x 4 runner docker 4.0K Oct 22 14:31 .
drwxr-xr-x 5 runner docker 4.0K Oct 22 14:28 ..
drwxr-xr-x 2 runner docker 4.0K Oct 22 14:28 data
drwxr-xr-x 2 runner docker 4.0K Oct 22 14:28 images
-rw-r--r-- 1 runner docker 1.6K Oct 22 14:28 overview.qmd
-rw-r--r-- 1 runner docker 184 Oct 22 14:28 study_after_workshop.qmd
-rw-r--r-- 1 runner docker 4.7K Oct 22 14:28 study_before_workshop.ipynb
-rw-r--r-- 1 runner docker 13K Oct 22 14:28 study_before_workshop.qmd
-rw-r--r-- 1 runner docker 8.4K Oct 22 14:28 workshop.qmd
-rw-r--r-- 1 runner docker 8.4K Oct 22 14:31 workshop.rmarkdown</code></pre>
drwxr-xr-x 4 runner docker 4.0K Oct 22 15:05 .
drwxr-xr-x 5 runner docker 4.0K Oct 22 15:03 ..
drwxr-xr-x 2 runner docker 4.0K Oct 22 15:03 data
drwxr-xr-x 2 runner docker 4.0K Oct 22 15:03 images
-rw-r--r-- 1 runner docker 1.6K Oct 22 15:03 overview.qmd
-rw-r--r-- 1 runner docker 184 Oct 22 15:03 study_after_workshop.qmd
-rw-r--r-- 1 runner docker 4.7K Oct 22 15:03 study_before_workshop.ipynb
-rw-r--r-- 1 runner docker 13K Oct 22 15:03 study_before_workshop.qmd
-rw-r--r-- 1 runner docker 8.4K Oct 22 15:03 workshop.qmd
-rw-r--r-- 1 runner docker 8.4K Oct 22 15:05 workshop.rmarkdown</code></pre>
</div>
</div>
<p>You can move about with the <code>cd</code> command, which stands for “change directory”. You can use it to move into a directory by specifying the path to the directory:</p>
Expand Down
Loading

0 comments on commit 6a6f88e

Please sign in to comment.