This website requires JavaScript.
Explore
Help
Sign In
zxs-un
/
illumos-port-bash
mirror of
https://github.com/n-hys/bash.git
Watch
1
Star
0
Fork
You've already forked illumos-port-bash
0
Code
Issues
Projects
Releases
Wiki
Activity
osport/bash-5.1p8
illumos-port-bash
/
tests
/
arith4.sub
11 lines
92 B
Plaintext
Raw
Permalink
Blame
History
x=$(( !!1 ))
echo $x
x=$(( -!+1 ))
echo $x
x=$(( +--+!!0 ))
echo $x
echo $(( !!+-+-~0 ))
Reference in New Issue
View Git Blame
Copy Permalink