j
k
j a
j l
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]))' ```
Attachments:
Back to the thread
Back to the list