#acl GreyCat:read,write,revert,admin,delete pgas:read,write,revert All:read #pragma section-numbers 2 = BASH Frequently Asked Questions = || '''Note''': The FAQ was split into individual pages for easier editing. Also, for faster loading of this page, the answers are no longer presented here in their entirety.<
><
>Readers, click the `[BashFAQ/nnn]` link at the bottom of each answer to read the rest of the answer.<
><
>Editors, click the '[edit]' link at the bottom of each entry. Don't add new ones to this page; create a new subpage with the next available question number instead.<
><
>Thank you.|| These are answers to frequently asked questions on channel #bash on the [[https://libera.chat/|irc.libera.chat]] IRC network. These answers are contributed by the regular members of the channel (originally heiner, and then others including greycat and r00t), and by users like you. If you find something inaccurate or simply misspelled, please feel free to correct it! All the information here is presented without any warranty or guarantee of accuracy. Use it at your own risk. When in doubt, please consult the man pages or the GNU info pages as the authoritative references. [[BASH]] is a BourneShell compatible shell, which adds many new features to its ancestor. Most of them are available in the KornShell, too. The answers given in this FAQ may be slanted toward Bash, or they may be slanted toward the lowest common denominator Bourne shell, depending on who wrote the answer. In most cases, an effort is made to provide both a portable (Bourne) and an efficient (Bash, where appropriate) answer. If a question is not strictly shell specific, but rather related to Unix, it may be in the UnixFaq. This FAQ assumes a certain level of familiarity with basic shell script syntax. If you're completely new to Bash or to the Bourne family of shells, you may wish to start with the BashGuide. More advanced users may wish to read BashPitfalls and BashProgramming. If you want to help, you can add new questions with answers here, or try to answer one of the BashOpenQuestions. Chet Ramey's official [[http://tiswww.case.edu/php/chet/bash/FAQ|Bash FAQ]] contains many technical questions not covered here. <> <> ---- CategoryShell