theshell.ch/site/pages/cmd/basic/cd.html
maggicl f540e2beb1 css: Updated example content pages with category-page
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@67 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-08 19:52:08 +00:00

20 lines
370 B
HTML

---
layout: page
category_title: Basic commands
category-page: basic
tags: directory change navigate
author: Joey Bevilacqua
title: CD
previous-page: pages/cmd/basic/ls.html
---
<p>The <code>cd</code> command is used to change directories</p>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Hello</li>
</ul>
{% highlight bash linenos %}
cp -R a b/c/a
{% endhighlight %}