Guest User

Untitled

a guest
Jul 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. #Example 1
  2. if [ ! STRING ]; then ...
  3.  
  4. #Example 2
  5. if [ -z STRING ]; then ...
Add Comment
Please, Sign In to add comment