Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
helper_scripts [2013/06/28 12:10]
beandog
helper_scripts [2013/06/28 12:11]
beandog
Line 22: Line 22:
 </​code>​ </​code>​
  
 +=== confcat ===
 +
 +Strip all empty strings and commented strings
 +
 +<​code>​
 +#!/bin/bash
 +grep -vh '​^#'​ "​$@"​ | grep -v '​^$'​
 +</​code>​
  
 === dumpchapters === === dumpchapters ===

Navigation