We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue tracks the tasks involved in implementing the requirements for the shell as defined by The Open Group Base Specifications Issue 8.
;&
;|
;;&
printf
%n$
cd
PWD
-e
getopts
trap
exec
trap -p
read
-d
--
.
..
false
pwd
true
-s
ulimit
configure
-a
-o
test
$?
{n}
-h
-o nolog
$(...)
Items marked with an asterisk are behaviors that are newly allowed (but not required) by POSIX.1-2024.
The following are requirements that were not added in POSIX.1-2024, but have existed since earlier versions of POSIX.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue tracks the tasks involved in implementing the requirements for the shell as defined by The Open Group Base Specifications Issue 8.
;&
in case command;&
,;|
, and;;&
in case command items #90printf
built-in semantics%n$
) in theprintf
built-incd
built-in semanticscd
where the newPWD
value cannot be determined (with and without-e
)cd
built-ingetopts
on errortrap
built-in semanticstrap
(without options or operands) should show signals ignored by inheritance inexec
trap -p
(without operands) should show all signalsread
built-in semantics (except byte-wise field splitting)-d
option to theread
built-inread
built-in should treat quotes and escapes as specified in POSIX.1-2024read
built-in different exit statuses depending on the result--
separator in theexec
built-in.
and..
from pathname expansion resultsfalse
,pwd
, andtrue
to substitutive built-ins-s
option and an operand with stdin and stderr connected to a terminalulimit
built-in inconfigure
and add test cases for the built-in-a
and-o
options in thetest
built-in in the POSIXly-correct mode$?
only in interactive job-controlling shells{n}
prefix of redirections-h
and-o nolog
options and update documentation$(...)
read
built-in to match the new field splitting semanticsItems marked with an asterisk are behaviors that are newly allowed (but not required) by POSIX.1-2024.
The following are requirements that were not added in POSIX.1-2024, but have existed since earlier versions of POSIX.
The text was updated successfully, but these errors were encountered: