Which of the following command provides the list of the functions defined in the login session?
a) declare -f
b) declare -F
c) both (a) and (b)
d) none of the mentioned

Submitted by: Murtaza
c) both (a) and (b)
Explanation:
'declare -F' provides just the name of the functions and 'declare -f' provides their definitions also.
Submitted by: Murtaza

Read Online Linux OS Shell Job Interview Questions And Answers