#!/bin/sh # ~/bin/nocomments # Remove all '#' commented lines and # empty lines. Use stdin and stdout. # Written 2007 Hal Canary. # Dedicated to the Public Domain. grep -v '^\#\|^$' "$@"
Navigation: Home | THE LOG | Log Archives | Resume | Contact Info | Public Key | SSL | Math Applets | Site Map | RSS2 | Atom | Backend
#!/bin/sh # ~/bin/nocomments # Remove all '#' commented lines and # empty lines. Use stdin and stdout. # Written 2007 Hal Canary. # Dedicated to the Public Domain. grep -v '^\#\|^$' "$@"
Hal Canary |
Computers & Code |
2008-08-10 09:31:10 UTC
Permanent Link
Comments Off | No Comments
Copyright 1997-2011 by Hal Canary.
mailto: h3 at halcanary dot org
http://halcanary.org