Skip to content

Instantly share code, notes, and snippets.

@thiagoeh
Created May 14, 2020 21:21
Show Gist options
  • Select an option

  • Save thiagoeh/f4896a10b6679aab890aaa8fdc8abcc3 to your computer and use it in GitHub Desktop.

Select an option

Save thiagoeh/f4896a10b6679aab890aaa8fdc8abcc3 to your computer and use it in GitHub Desktop.
Removing commented and blank lines from file
grep -v '^#' /etc/squid/squid.conf | grep -v '^$'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment