Skip to content

Commit 4c3236a

Browse files
committed
adding folder and file for more command line and advanced command line tutorials
1 parent 885a401 commit 4c3236a

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: page
3+
title: Advanced command line
4+
---
5+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: page
3+
title: More command line
4+
---
5+
6+
In the previous lesson we have learnt how to navigate the directories (folders) of our computer using the command line, and how to create directories and files.

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ <h2>HTML</h2>
3838

3939
<h2>Command Line</h2>
4040
<ul>
41-
<li><a href="command-line/introduction/tutorial.html">Introduction to the command line</a></li>
41+
<li><a href="command-line/introduction/tutorial.html">Lesson 1 - Introduction to the command line</a></li>
42+
<li><a href="command-line/command-line/tutorial.html">Lesson 2 - More command line</a></li>
43+
<li><a href="command-line/advanced-command-line/tutorial.html">Lesson 3 - Advanced command line</a></li>
4244
</ul>
4345

4446
<h2>Version Control</h2>

0 commit comments

Comments
 (0)