Bash Scripting - Quoting and Expansion
What will be the output of this script?
files=$(ls /nonexistent_directory) echo "$files"
files=$(ls /nonexistent_directory) echo "$files"
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions