> Examples like `-a|--all` option flags means, single `-` used for _short_ option(-a) **or**| double `--` used for _long_ option(--all). Both was added for educational purpose.
> Examples like `-a|--all` option flags means, single `-` used for _short_ option(-a) **or**| double `--` used for _long_ option(--all). Both was added for educational purpose.
### Contents
### Contents
@ -3993,6 +3993,10 @@ Inspired by <a href="https://github.com/RehanSaeed/Bash-Cheat-Sheet">RehanSaeed/
@ -4032,7 +4036,7 @@ Inspired by <a href="https://github.com/RehanSaeed/Bash-Cheat-Sheet">RehanSaeed/
<tdclass="tg-yw4l">Arithmetic operator. Divider of arithmetic operations.</td>
<tdclass="tg-yw4l">Arithmetic operator. Divider of arithmetic operations.</td>
</tr>
</tr>
<tr>
<tr>
<tdclass="tg-yw4l">│</td>
<tdclass="tg-yw4l">|</td>
<tdclass="tg-yw4l">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.</td>
<tdclass="tg-yw4l">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.</td>
</tr>
</tr>
<tr>
<tr>
@ -4289,17 +4293,17 @@ Inspired by <a href="https://github.com/RehanSaeed/Bash-Cheat-Sheet">RehanSaeed/
---
---
## Online Cheat Sheet :feelsgood: for quick references of commands and codes
<details><summary><h3>Online Cheat Sheet for quick references of commands and codes <imgsrc="https://user-images.githubusercontent.com/18756975/201507134-d2f5d9fc-0521-4e65-aba2-f5c7561939f0.png"width=20pxheight=20px></h3></summary>
## Easily view, navigate, search :suspect: and manage history commands
### The most commonly used commands when navigating are `history`, `find`, `cd`. Here are some examples of simple alternative tools that does a better job
<details><summary><h3>Easily view, navigate, search history commands <imgsrc="https://user-images.githubusercontent.com/18756975/201506874-0dd9a164-0b81-45fe-9c91-63122dcec9b8.PNG"width=20pxheight=20px></h3></summary>
### A faster way to move around with [commacd](https://github.com/shyiko/commacd)
</p>
</details>
<details><summary><h3>A simple and userfriendly way to find files <imgsrc="https://user-images.githubusercontent.com/18756975/201507256-a36e655d-66b0-4851-a035-6c87b10d7f1e.PNG"width=16pxheight=20px></h3></summary>
<tdclass="tg-yw4l">Search for hidden and ignored files.</td>
</tr>
</tbody>
</table>
>**Note** - More info on usage :
> man fd</p>
#
</details>
<details><summary><h3>A faster way to move around directories <imgsrc="https://user-images.githubusercontent.com/18756975/201506739-b30571af-0223-4413-86a6-c6fb6a887ce3.png"width=15pxheight=20px></h3></summary>