Skip to content

Commit

Permalink
Deployed 8751885 with MkDocs version: 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 3, 2023
1 parent df8c48d commit b93a035
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions level101/linux_basics/command_line_basics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2704,7 +2704,7 @@ <h2 id="echo-command-in-linux">Echo Command in Linux</h2>
shell. This command is equivalent to what we have <print> in other
programming languages.</p>
<p>The echo command prints the given input string on the screen.</p>
<p><img alt="" src="../images/linux/commands/image24.png" /></p>
<p><img alt="" src="../images/linux/commands/image34.png" /></p>
<h2 id="text-processing-commands">Text Processing Commands</h2>
<p>In the previous section, we learned how to view the content of a file.
In many cases, we will be interested in performing the below operations:</p>
Expand Down Expand Up @@ -2748,7 +2748,7 @@ <h3 id="grep">grep</h3>
</code></pre>
<p>In this example, we are trying to search for a string "1" in this file.
The grep command outputs the lines where it found this string.</p>
<p><img alt="" src="../images/linux/commands/image5.png" /></p>
<p><img alt="" src="../images/linux/commands/image36.png" /></p>
<h3 id="sed">sed</h3>
<p>The sed command in its simplest form can be used to replace a text in a
file.</p>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit b93a035

Please sign in to comment.