Skip to content

lollilol/shell_cat_remove_comments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

shell_cat_remove_comments

this is a very simple script that lives in your path, which you can pipe to to remove comments.

One-liner install

sudo curl -L https://github.com/lollilol/shell_remove_comments/blob/master/remove_comments?raw=1 -o /usr/local/bin/remove_comments && sudo chmod +x /usr/local/bin/remove_comments

Manual Install

  • place remove_comments in /usr/local/bin/
  • make it executable: chmod +x /usr/local/bin/remove_comments

Usage:

$ cat /etc/locale.gen | remove_comments
en_US.UTF-8 UTF-8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages