Bash Scripting - Variables
You want to store a user's full name with spaces in a variable
fullname and then print it. Which script correctly does this?fullname and then print it. Which script correctly does this?echo $fullname to print the stored string value.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions