Guest User

Untitled

a guest
Dec 14th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1.   # $files is populated and echoes correctly.
  2.   if [ -z "$files" ]
  3.   then
  4.     echo "No files found. Your home directory was searched."
  5.   fi
  6.  
  7.   # I keep getting an '...unexpected token "then" near...' error. Why?!?
Add Comment
Please, Sign In to add comment