# BASH

> Bash is the GNU Project's shell—the Bourne Again SHell.

Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell. First released in 1989, it has been used as the default login shell for most Linux distributions. Bash was one of the first programs Linus Torvalds ported to Linux, alongside GCC.

## TIL(s)

* [Bash List Only Directories](/linux/bash/bash-list-only-directories.md)
* [BashTOP Resource Monitor](/linux/bash/bashtop-resource-monitor.md)
* [Case Statements](/linux/bash/case-statements.md)
* [Concatenate Strings](/linux/bash/concatenate-strings.md)
* [Custom Shell Prompt](/linux/bash/custom-shell-prompt.md)
* [Length of String in Variable](/linux/bash/length-of-string-in-variable.md)
* [Test Regular Expression Against A String](/linux/bash/test-regular-expression-against-a-string.md)
* [Pass Arguments while Piping](/linux/bash/pass-arguments-while-piping.md)
* [Read Command Output In Reverse Order](/linux/bash/read-command-output-in-reverse-order.md)
* ["set -e" In Scripts](/linux/bash/set-e-in-scripts.md)
* [Set MacOS Like Terminal Font](/linux/bash/set-macos-like-terminal-font.md)
* [Set Unlimited Bash History](/linux/bash/set-unlimited-bash-history.md)
* [Shell Formatter](/linux/bash/shell-formatter.md)
* [Yes](/linux/bash/yes.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://til.devjugal.com/linux/bash.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
