{"id":16926422,"url":"https://github.com/avagin/bash","last_synced_at":"2026-05-06T21:43:06.032Z","repository":{"id":142534113,"uuid":"131562045","full_name":"avagin/bash","owner":"avagin","description":"bash - GNU Bourne-Again SHell","archived":false,"fork":false,"pushed_at":"2018-04-30T21:30:32.000Z","size":30243,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T22:35:14.713Z","etag":null,"topics":["bash","gnu","sh","shell"],"latest_commit_sha":null,"homepage":"https://www.gnu.org/software/bash/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avagin.png","metadata":{"files":{"readme":"README","changelog":"CHANGES","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/Makefile.in","governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-30T06:13:11.000Z","updated_at":"2018-04-30T21:30:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3ac6a09-4421-46b0-9d2f-807b5ba13b49","html_url":"https://github.com/avagin/bash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avagin%2Fbash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avagin%2Fbash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avagin%2Fbash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avagin%2Fbash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avagin","download_url":"https://codeload.github.com/avagin/bash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244722749,"owners_count":20499153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","gnu","sh","shell"],"created_at":"2024-10-13T20:29:50.821Z","updated_at":"2026-05-06T21:43:06.004Z","avatar_url":"https://github.com/avagin.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n============\n\nThis is GNU Bash, version 4.4.  Bash is the GNU Project's Bourne\nAgain SHell, a complete implementation of the POSIX shell spec,\nbut also with interactive command line editing, job control on\narchitectures that support it, csh-like features such as history\nsubstitution and brace expansion, and a slew of other features. \nFor more information on the features of Bash that are new to this\ntype of shell, see the file `doc/bashref.texi'.  There is also a\nlarge Unix-style man page.  The man page is the definitive description\nof the shell's features. \n\nSee the file POSIX for a discussion of how the Bash defaults differ\nfrom the POSIX spec and a description of the Bash `posix mode'.\n\nThere are some user-visible incompatibilities between this version\nof Bash and previous widely-distributed versions, bash-4.2 and\nbash-4.3.  For details, see the file COMPAT.  The NEWS file tersely\nlists features that are new in this release. \n\nBash is free software, distributed under the terms of the [GNU] General\nPublic License as published by the Free Software Foundation,\nversion 3 of the License (or any later version).  For more information,\nsee the file COPYING. \n\nA number of frequently-asked questions are answered in the file\n`doc/FAQ'.\n\nTo compile Bash, type `./configure', then `make'.  Bash auto-configures\nthe build process, so no further intervention should be necessary.  Bash\nbuilds with `gcc' by default if it is available.  If you want to use `cc'\ninstead, type\n\n\tCC=cc ./configure\n\nif you are using a Bourne-style shell.  If you are not, the following\nmay work:\n\n\tenv CC=cc ./configure\n\nRead the file INSTALL in this directory for more information about how\nto customize and control the build process.  The file NOTES contains\nplatform-specific installation and configuration information.\n\nIf you are a csh user and wish to convert your csh aliases to Bash\naliases, you may wish to use the script `examples/misc/alias-conv.sh'\nas a starting point.  The script `examples/misc/cshtobash' is a\nmore ambitious script that attempts to do a more complete job.\n\nReporting Bugs\n==============\n\nBug reports for bash should be sent to:\n\n\tbug-bash@gnu.org\n\nusing the `bashbug' program that is built and installed at the same\ntime as bash.\n\nThe discussion list `bug-bash@gnu.org' often contains information\nabout new ports of Bash, or discussions of new features or behavior\nchanges that people would like.  This mailing list is also available\nas a usenet newsgroup: gnu.bash.bug. \n\nWhen you send a bug report, please use the `bashbug' program that is\nbuilt at the same time as bash.  If bash fails to build, try building\nbashbug directly with `make bashbug'.  If you cannot build `bashbug',\nplease send mail to bug-bash@gnu.org with the following information:\n\n\t* the version number and release status of Bash (e.g., 2.05a-release)\n\t* the machine and OS that it is running on (you may run\n\t  `bashversion -l' from the bash build directory for this information)\n\t* a list of the compilation flags or the contents of `config.h', if\n\t  appropriate\n\t* a description of the bug\n\t* a recipe for recreating the bug reliably\n\t* a fix for the bug if you have one!\n\nThe `bashbug' program includes much of this automatically.\n\nQuestions and requests for help with bash and bash programming may be\nsent to the help-bash@gnu.org mailing list.\n\nIf you would like to contact the Bash maintainers directly, send mail\nto bash-maintainers@gnu.org.\n\nWhile the Bash maintainers do not promise to fix all bugs, we would\nlike this shell to be the best that we can make it.\n\nEnjoy!\n\nChet Ramey\nchet.ramey@case.edu\n\nCopying and distribution of this file, with or without modification,\nare permitted in any medium without royalty provided the copyright\nnotice and this notice are preserved.  This file is offered as-is,\nwithout any warranty.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favagin%2Fbash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favagin%2Fbash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favagin%2Fbash/lists"}