Guest User

Untitled

a guest
Feb 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #if $mypath is a file
  2. if [[ -f $mypath ]]; then
  3.  
  4. #if mypath is a directory
  5. if [[ -d $mypath ]]; then
Add Comment
Please, Sign In to add comment