October 28, 2008
$ grep -v -e ^# -e ^$ file.txt
Great, ty :))
Comment by xhuli — May 18, 2010 @ 10:43
thanks a lot dude
Comment by sek — January 18, 2011 @ 12:15
Try
grep ^[^#] {file of interest}
Comment by justin — January 3, 2012 @ 22:58
RSS feed for comments on this post. TrackBack URL
Name (required)
Mail (will not be published) (required)
Website
Powered by WordPress
Great, ty :))
Comment by xhuli — May 18, 2010 @ 10:43
thanks a lot dude
Comment by sek — January 18, 2011 @ 12:15
Try
grep ^[^#] {file of interest}
Comment by justin — January 3, 2012 @ 22:58