Linux Bash Arithmetic Expressions Question:
Download Questions PDF

Which command generates possible completions for string according to the and write it to standard output?
a) compgen
b) complete
c) continue
d) none of the mentioned

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

Answer:

a) compgen

Download Linux Bash Arithmetic Expressions Interview Questions And Answers PDF

Previous QuestionNext Question
Which command executes 'command' in place of the current process instead of creating a new process?
a) exec
b) command
c) trap
d) none of the mentioned
Which option of the command 'cd' use the actual filesystem path for cd.. and the value of pwd?
a) -l
b) -L
c) -p
d) -P