diff --git a/level101/linux_basics/command_line_basics/index.html b/level101/linux_basics/command_line_basics/index.html index 72c780d..efde27e 100644 --- a/level101/linux_basics/command_line_basics/index.html +++ b/level101/linux_basics/command_line_basics/index.html @@ -2704,7 +2704,7 @@ You can go to the beginning and the end of a file instantly.
shell. This command is equivalent to what we haveThe echo command prints the given input string on the screen.
-

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:
@@ -2748,7 +2748,7 @@ an input to the grep command.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.
-

The sed command in its simplest form can be used to replace a text in a file.
diff --git a/level101/linux_basics/images/linux/commands/image34.png b/level101/linux_basics/images/linux/commands/image34.png new file mode 100644 index 0000000..a299aa3 Binary files /dev/null and b/level101/linux_basics/images/linux/commands/image34.png differ diff --git a/level101/linux_basics/images/linux/commands/image35.png b/level101/linux_basics/images/linux/commands/image35.png new file mode 100644 index 0000000..b99bf3b Binary files /dev/null and b/level101/linux_basics/images/linux/commands/image35.png differ diff --git a/level101/linux_basics/images/linux/commands/image36.png b/level101/linux_basics/images/linux/commands/image36.png new file mode 100644 index 0000000..13dc18b Binary files /dev/null and b/level101/linux_basics/images/linux/commands/image36.png differ diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 9a88064..be40441 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ