Skip to content

Commit

Permalink
changed code snippets with consistent images (#154)
Browse files Browse the repository at this point in the history
* changed code snippet images

* made an image consistent
  • Loading branch information
poudyalamit committed Oct 3, 2023
1 parent 3e49d02 commit 8751885
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions courses/level101/linux_basics/command_line_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ programming languages.

The echo command prints the given input string on the screen.

![](images/linux/commands/image24.png)
![](images/linux/commands/image34.png)

## Text Processing Commands

Expand Down Expand Up @@ -394,7 +394,7 @@ grep <word_to_search> <file_name>
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.

![](images/linux/commands/image5.png)
![](images/linux/commands/image36.png)

### sed

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.

0 comments on commit 8751885

Please sign in to comment.