mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-21 07:58:03 +00:00
changed code snippets with consistent images (#154)
* changed code snippet images * made an image consistent
This commit is contained in:
@@ -347,7 +347,7 @@ programming languages.
|
||||
|
||||
The echo command prints the given input string on the screen.
|
||||
|
||||

|
||||

|
||||
|
||||
## Text Processing Commands
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
### sed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user