Advertisement
Guest User

Untitled

a guest
Sep 14th, 2016
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. bash-4.3$ VERSIONNUM='"1.0.0"'
  2.  
  3. bash-4.3$ echo "$VERSIONNUM"
  4. "1.0.0"
  5.  
  6. bash-4.3$ echo "${VERSIONNUM//\"}"
  7. 1.0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement