# bash

## Descriptions:

The GNU Bourne Again shell

## Changes on AnNyung:

1. HISTTIMEFORMAT 기본 설정

   ```bash
   [root@an3 x86_64]$ echo $HISTTIMEFORMAT
   %F %T
   ```
2. HISTTIMEFORMAT 환경 변수 셋팅 시, history에 SU\_USER 환경변수가 있으면 기록
   * thanks for 장현성 (hsjang @ gmail.com)

```bash
[root@an3 repos]$ history
   14  2016-02-03 16:18:01 oops make a && make s
   15  2016-02-03 16:18:53 oops ls
   16  2016-02-03 16:18:56 oops ./sync
   17  2016-02-03 16:20:12 oops vi /var/log/yum.log
   18  2016-02-03 16:37:22 james rpm -q openssl
   19  2016-02-03 16:38:06 james cd ../SPECS/
   20  2016-02-03 16:38:06 james ls
   21  2016-02-03 16:38:11 oops rpm -q openssh
```

## Sub packages:

* **bash-doc** - Documentation files for bash


---

# 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://joungkyun.gitbook.io/annyung-3-user-guide/annyung3-package-catalog/annyung3-base-packages/pkg-base-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.
