[Github-comments] [geany/geany-plugins] Remove every n line (#772)

Matthew Brush notifications at xxxxx
Mon Sep 10 14:30:35 UTC 2018


As an alternative you could do that in a "custom command", like maybe a python command (untested):

```bash
python -c \
  'import sys; sys.stdout.write("\n".join([l for l in sys.stdin.readlines() if l % 2]))'
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/772#issuecomment-419933799
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180910/9bb3401e/attachment-0001.html>


More information about the Github-comments mailing list