-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from ZOSOpenTools/HarithaIBM-patch-1
Update README.md
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
[![Automatic version updates](https://github.com/ZOSOpenTools/bashport/actions/workflows/bump.yml/badge.svg)](https://github.com/ZOSOpenTools/bashport/actions/workflows/bump.yml) | ||
|
||
Bash on z/OS | ||
## GNU Bash | ||
|
||
Bash is the GNU Project's shell—the Bourne Again SHell. This is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and the C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification. | ||
|
||
The improvements offered by Bash include: | ||
|
||
command-line editing, | ||
unlimited size command history, | ||
job control, | ||
shell functions and aliases, | ||
indexed arrays of unlimited size, | ||
integer arithmetic in any base from two to sixty-four. | ||
|
||
For more info please visit: [https://www.gnu.org/software/bash/](https://www.gnu.org/software/bash/) | ||
|