Category:Bash: Difference between revisions
Category:Bash
Created page with "{{Lowercase title}} Bashはsh互換のコマンド言語インタプリタであり、標準入力やファイルから読み込んだコマンドを実行する。Bashには、KornシェルやCシェル(kshやcsh)の便利な機能も組み込まれている。 {| class="wikitable" |+ File List |- ! Directory !! File !! Description |- | rowspan=4| /etc | bash.bashrc || |- | .bash_logout || |- | [..." |
No edit summary |
||
| Line 19: | Line 19: | ||
|- | |- | ||
| rowspan=3|[[:Category:/usr/bin|/usr/bin]] | | rowspan=3|[[:Category:/usr/bin|/usr/bin]] | ||
| [[/usr/bin/bash|bash]] || | | [[/usr/bin/bash|bash]] || GNU Bourne-Again SHell | ||
|- | |- | ||
| [[/usr/bin/bashbug|bashbug]] || | | [[/usr/bin/bashbug|bashbug]] || | ||
Latest revision as of 14:36, 3 July 2023
Bashはsh互換のコマンド言語インタプリタであり、標準入力やファイルから読み込んだコマンドを実行する。Bashには、KornシェルやCシェル(kshやcsh)の便利な機能も組み込まれている。
| Directory | File | Description |
|---|---|---|
| /etc | bash.bashrc | |
| .bash_logout | ||
| .bashrc | ||
| .profile | ||
| /usr/bin | bash | GNU Bourne-Again SHell |
| bashbug | ||
| clear_console |