List of questions
Related questions
Question 186 - SPLK-1002 discussion
Which of the following eval commands will provide a new value for host from src if it exists?
A.
| eval host = if (isnu11 (src), src, host)
B.
| eval host = if (NOT src = host, src, host)
C.
| eval host = if (src = host, src, host)
D.
| eval host = if (isnotnull (src), src, host)
Your answer:
0 comments
Sorted by
Leave a comment first