This website requires JavaScript.
Explore
Help
Sign In
raspithek
/
bash-tut
Watch
1
Star
0
Fork
0
You've already forked bash-tut
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1.5
bash-tut
/
teil10
/
varname.sh
Olli Graf
52838b8724
varname.sh calc.sh und constant.sh
2024-07-08 11:04:14 +02:00
6 lines
45 B
Bash
Raw
Permalink
Blame
History
var
=
'var'
VAR
=
'VAR'
echo
${
VAR
}
echo
${
var
}
Reference in New Issue
View Git Blame
Copy Permalink