{"id":19598496,"url":"https://github.com/sphericalkat/bash_patches","last_synced_at":"2026-01-30T03:48:39.933Z","repository":{"id":119250620,"uuid":"150267157","full_name":"SphericalKat/bash_patches","owner":"SphericalKat","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-17T05:34:46.000Z","size":30347,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"patches","last_synced_at":"2025-01-30T15:44:40.371Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SphericalKat.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-09-25T13:09:59.000Z","updated_at":"2024-08-12T19:41:58.000Z","dependencies_parsed_at":"2025-01-30T15:44:27.457Z","dependency_job_id":"8778dbc5-8cd8-4a91-b198-59829506fc17","html_url":"https://github.com/SphericalKat/bash_patches","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/SphericalKat%2Fbash_patches","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SphericalKat%2Fbash_patches/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SphericalKat%2Fbash_patches/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SphericalKat%2Fbash_patches/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SphericalKat","download_url":"https://codeload.github.com/SphericalKat/bash_patches/tar.gz/refs/heads/patches","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245515574,"owners_count":20628196,"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":[],"created_at":"2024-11-11T09:06:29.495Z","updated_at":"2026-01-30T03:48:34.889Z","avatar_url":"https://github.com/SphericalKat.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%2Fsphericalkat%2Fbash_patches","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsphericalkat%2Fbash_patches","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsphericalkat%2Fbash_patches/lists"}