Changes

Jump to navigation Jump to search
no edit summary
Line 54: Line 54:  
== Remove comments and blank lines ==
 
== Remove comments and blank lines ==
 
  cat /etc/apache2/sites-enabled/default-ssl.conf | grep -v '^$\|^\s*\#'
 
  cat /etc/apache2/sites-enabled/default-ssl.conf | grep -v '^$\|^\s*\#'
 +
 +
== Grep with blanks ==
 +
cat dig_output.txt | grep -E 'IN[[:blank:]]A'

Navigation menu