Skip to content

Instantly share code, notes, and snippets.

@abloom
Created November 30, 2016 22:45
Show Gist options
  • Save abloom/ec157bba483a2f0bdff56160d9d8155e to your computer and use it in GitHub Desktop.
Save abloom/ec157bba483a2f0bdff56160d9d8155e to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
VARIABLE=1234
grep "Value=$VARIABLE" example.txt
Value=1234
Value=2345
@abloom
Copy link
Author

abloom commented Nov 30, 2016

ᐅ ./example.sh
Value=1234

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment