Skip to content
My Tech Notes
Just another WordPress site
Menu and widgets
Tag:
cat
cat a file and remove comments and blank lines
$ cat file.txt | grep -v "#" | grep -v "^$"