Home
::
{
blog
snippets
gallery
projects
} ;
GitHub
Twitter
LinkedIn
Grep
2025-09-14
#
grep
#
linux
ignore commented and empty lines
grep
-v
"^#\|^$"
/path/to/dir