Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 394 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 394 Bytes

catmeat

cat only the meat of a file (no comments, no empty lines)

Useful for condensing large config files down to just the meat and potatoes

--

usage:

catmeat /path/to/file [DELIM]

if no [DELIM] is specified, it will default to "#"

--

Install with (as root):

wget https://raw.githubusercontent.com/NTchrist/catmeat/main/catmeat -O /usr/bin/catmeat; chmod +x /usr/bin/catmeat