Bash Scripting - Variables
How can you make an array variable
ARR read-only in bash so its elements cannot be changed?ARR read-only in bash so its elements cannot be changed?readonly ARR makes the array and its elements read-only.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions