Skip to content

Instantly share code, notes, and snippets.

@nicdoye
Created May 26, 2016 16:16
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 nicdoye/c8ddf33d4d72ffdde83b86a51badfcb2 to your computer and use it in GitHub Desktop.
Save nicdoye/c8ddf33d4d72ffdde83b86a51badfcb2 to your computer and use it in GitHub Desktop.
Incrementing variables on the command line/in scripts for fun and profit
# replace with your variable name
variable=$(echo ${variable} 1 + f | dc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment