Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. FILE=/etc/resolv.conf
  2. if [ -f "$FILE" ]; then
  3. echo "$FILE exist"
  4. else
  5. echo "$FILE does not exist"
  6. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement