Skip to content

Instantly share code, notes, and snippets.

@Pyrolistical
Created November 28, 2014 00:57
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 Pyrolistical/3044baf247e275b383b3 to your computer and use it in GitHub Desktop.
Save Pyrolistical/3044baf247e275b383b3 to your computer and use it in GitHub Desktop.
highlights text from stdin
#!/bin/bash
grep --color "$1\|\$" -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment