Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
compress/filter.sh
2016-04-26 07:11:05 +01:00

3 lines
105 B
Bash
Executable file

#!/bin/bash
cat "$@" | grep "seq\|par" | sed 's/[a-zA-Z]//g' | sed 's/[[:blank:]]//g' | sed 'N;s/\n/ /'