Skip to content

Instantly share code, notes, and snippets.

@jessebutryn
Created September 23, 2017 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jessebutryn/5ba60e19674842c829cb1fcc783c42c8 to your computer and use it in GitHub Desktop.
Save jessebutryn/5ba60e19674842c829cb1fcc783c42c8 to your computer and use it in GitHub Desktop.
{0} ➔ echo ${CURR_SSID}
SSID: Joyent-5
{0} ➔ echo ${CURR_SSID:5}
SSID: Joyent-5
{0} ➔ echo ${CURR_SSID:5:2}
{0} ➔ echo ${CURR_SSID@Q}
' SSID: Joyent-5'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment