When will the condition test -n STRING be true?

When will the condition test -n STRING be true?Category: Introduction to Linux IIAuthor "LinuxQuestions"When will the condition test -n STRING be true?
Linux Questions Staff asked 1 year ago

When will the condition test -n STRING be true?

  • If the length of STRING is nonzero
  • If the length of STRING is zero
  • Never
  • Always

About the author