14 added
19 removed
Original
2026-01-01
Modified
2026-02-21
1
-
<h2>Description</h2>
1
+
<h2>How learning is organised</h2>
2
-
<p>Command line is the first thing every developer faces when they start working on a *nix-based system, for example, Linux or macOS. Command line is an extremely powerful and flexible tool that is truly invaluable today. This course covers the basics of Bash - the most popular Unix shell.</p>
2
+
<p>You learn the theory in a convenient text format - easy to read even from your phone. Live examples help you immediately understand how everything works in practice. The material is organised in such a way that you move step by step from simple to complex without missing important details</p>
3
-
<h2>Syllabus</h2>
3
+
<p>Subscription 3,900 ₽/month</p>
4
-
<p>1</p>
4
+
<p>The subscription gives access to all courses in the "subscription" catalog. Cancel anytime. Company payments are available.</p>
5
-
<a>Navigating the file system</a><p>Learn to move around the file system, list files and quickly go to your home folder.</p>
5
+
<p><a>Subscribe →</a></p>
6
-
<p>2</p>
6
+
<ul><li><p>50+ courses</p>
7
-
<a>Manipulating directories and files</a><p>Learn how to create files and directories and remove them.</p>
7
+
</li>
8
-
<p>3</p>
8
+
<li><p>Lifetime access to theory</p>
9
-
<a>Viewing files</a><p>Learn to view files in few different ways, view changes in real time and filter data.</p>
9
+
</li>
10
-
<p>4</p>
10
+
<li><p>Learn in parallel</p>
11
-
<a>Redirection and pipes</a><p>Explore the ways to redirect the result of running a command into a file or vice versa. Also, learn about connecting commands with pipes.</p>
11
+
</li>
12
-
<p>5</p>
12
+
<li><p>Learning with an AI assistant</p>
13
-
<a>Viewing long files with pagers</a><p>Learn how to view longer files, move through them, search patterns and more.</p>
13
+
</li>
14
-
<p>6</p>
14
+
</ul>
15
-
<a>History and man-pages</a><p>Quickly access previous commands and get help.</p>
16
-
<p>7</p>
17
-
<a>Making custom commands with aliases</a><p>Learn how to create handy shortcuts for commands or combinations of commands.</p>
18
-
<p>8</p>
19
-
<a>Environment variables</a><p>Understand how environment variables work and how to make them useful for you.</p>