Guest User

Untitled

a guest
Apr 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1.  if [ test -e $output_file ]
  2.     then
  3.         printf "File already exists"
  4.     else
  5.     #some stuff here
  6.     fi
Add Comment
Please, Sign In to add comment