Linux Bash Arithmetic Expressions Question:
Download Questions PDF

Which statement resumes the next iteration of a for, while, select, or until loop?
a) continue
b) break
c) complete
d) command

Answer:

a) continue

Download Linux Bash Arithmetic Expressions Interview Questions And Answers PDF

Previous QuestionNext Question
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
Which command prints the directory stack?
a) cd
b) dirs
c) popd
d) pushd