Linux · Bash Scripting
You have a file listing database names, one per line, and want to run a command on each. How does 'for db in $(cat file)' work, and what's the hidden risk versus while read?
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
