From 818f6e531c4f36ec412ae376671eeeb78270eea7 Mon Sep 17 00:00:00 2001 From: trinib Date: Tue, 26 Dec 2023 09:48:07 -0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 513e2f0..6e7f984 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ _Bash is the [Unix](https://www.google.com/search?q=What+is+UNIX+explain%3F&clie
A to Z command list 📚

-> **Note**
-> Use `Ctrl+f` to search in browsers🔎 +> **Note** 💡
+> Use `Ctrl+f` to search keywords in desktop browsers, for mobile go to `menu > find in page`.

@@ -3117,9 +3117,12 @@ Credits: fossbytes & RehanSaeed/
Special characters 🔣

-> **Note**
-> └─> = or +> **Note** 💡
+> This symbol "└─>" represents an alternative meaning of some characters. @@ -4066,7 +4069,7 @@ Inspired by RehanSaeed/ - +
|Pipe. This is a method of chaining commands together. Connects the output (stdout) of command1 to the input (stdin) of command2. Each command reads the previous command’s output.Pipe. This is a method of chaining commands together. Connects the output (stdout) of command1 to the input (stdin) of command2. Each command reads the previous command’s output.
|&