Skip to content

Instantly share code, notes, and snippets.

@rubenerd
Created September 12, 2017 08:13
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 rubenerd/b4f2a95a1f43098653f6258249dbf091 to your computer and use it in GitHub Desktop.
Save rubenerd/b4f2a95a1f43098653f6258249dbf091 to your computer and use it in GitHub Desktop.
Minimum viable awk script file with arguments
#!/usr/bin/awk -f
## Look mum, no shell script pipes!
BEGIN {
print ARGV[1]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment