Skip to content

Instantly share code, notes, and snippets.

@no-longer-on-githu-b
Created February 20, 2015 10:21
Show Gist options
  • Save no-longer-on-githu-b/d7ae87b4ce98766e1fbf to your computer and use it in GitHub Desktop.
Save no-longer-on-githu-b/d7ae87b4ce98766e1fbf to your computer and use it in GitHub Desktop.
$1 == "File" && $2 ~ /helloworld\// {
print "\033[1;33m" $0 "\033[0m";
next;
}
{ print }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment