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
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html
`…`
$(…)
{…}
(…)
if
elif
else
fi
while
for
until
do
done
case
in
esac
break
:
continue
.
eval
exec
exit
export
readonly
return
set
shift
times
trap
unset
type
ulimit
alias
bg
cd
command
false
fg
getopts
hash
jobs
pwd
read
true
umask
unalias
wait
The text was updated successfully, but these errors were encountered:
Exit status and errors
@emersion Is this missing or did you forget to add the check mark?
By the way, if the section 2.8 Exit Status and Errors is not completely implemented, what part of it is exactly missing?
Sorry, something went wrong.
No branches or pull requests
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html
`…`
$(…)
{…}
(…)
if
,elif
,else
,fi
while
,for
,until
,do
,done
case
,in
,esac
{…}
(…)
break
:
(colon)continue
.
(dot)eval
exec
exit
export
readonly
return
set
shift
times
trap
unset
type
ulimit
alias
bg
cd
command
false
fg
getopts
hash
jobs
pwd
read
true
umask
unalias
wait
The text was updated successfully, but these errors were encountered: