Linux Bash Arithmetic Expressions Question:
Download Questions PDF

The command 'compgen -c' shows:
a) all variable names
b) all system wide aliases
c) full list of all commands
d) none of the mentioned

Answer:

c) full list of all commands

Download Linux Bash Arithmetic Expressions Interview Questions And Answers PDF

Previous QuestionNext Question
What is the function of bind command in bash shell?
a) defining new macros
b) defining new key bindings for existing commands
c) dumping the installed key bindings
d) all of the mentioned
Which statement resumes the next iteration of a for, while, select, or until loop?
a) continue
b) break
c) complete
d) command