Linux Bash Arithmetic Expressions Question:

Which command concatenate the specified argument into a single command, then execute the command?
a) fc
b) eval
c) exec
d) getopts

Linux Bash Arithmetic Expressions Interview Question
Linux Bash Arithmetic Expressions Interview Question

Answer:

b) eval


Previous QuestionNext Question
Which command can create environment variable?
a) export
b) set
c) read
d) none of the mentioned
The command 'hash':
a) manages a internal hash table
b) find and remember the full path name of the specified command
c) displays used command names and the number of hits
d) all of the mentioned