https://github.com/weaming/sets
Set operate over files which contains set of lines
https://github.com/weaming/sets
Last synced: 22 days ago
JSON representation
Set operate over files which contains set of lines
- Host: GitHub
- URL: https://github.com/weaming/sets
- Owner: weaming
- Created: 2020-12-18T05:58:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-02T07:00:29.000Z (over 5 years ago)
- Last Synced: 2026-03-29T03:42:06.985Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sets
Set operate over files which contains set of lines
`pip3 install -U sets-operation-over-files`
```
$ sets 'names_boy | names_girl' -s
a
b
c
d
e
f
g
h
i
j
```