Question

In bash, what does trap 'echo Exit' EXIT do?

A Ignores exit command
B Kills all background jobs on exit
C Executes echo Exit when the script terminates
D Suppresses error messages
E Redirects output to null
Practice Next

Hey! Ask a query