Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a specification for bash? [closed]

Tags:

bash

like other languages?

I googled it and came up with

https://www.google.com/?gws_rd=ssl#q=bash+specification

which did not list any specifications, just manuals and guides.

Thanks,

like image 681
mikey balls Avatar asked Nov 25 '25 09:11

mikey balls


2 Answers

IEEE 1003.1 (“POSIX”) defines a standard “Shell Command Language”. You can find the 2016 edition here.

GNU Bash is an implementation of that language, with many extensions. The only specifications for the extended bash language are the bash reference manual and the bash source code.

like image 134
rob mayoff Avatar answered Nov 28 '25 00:11

rob mayoff


I would consider the manual to be the spec. Bash Manual

like image 36
pppetrov Avatar answered Nov 28 '25 02:11

pppetrov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!