Grep

From Federal Burro of Information
Revision as of 17:49, 23 October 2013 by David (talk | contribs) (Created page with " get rid of comments, even lines that start with space and then have comments: more /etc/apache2/vhosts.d/default_vhost.include | egrep -v '^\s?#'")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

get rid of comments, even lines that start with space and then have comments:

more /etc/apache2/vhosts.d/default_vhost.include | egrep -v '^\s?#'