https://github.com/marc0x71/multi-join
Join multiple files in Python
https://github.com/marc0x71/multi-join
Last synced: about 2 months ago
JSON representation
Join multiple files in Python
- Host: GitHub
- URL: https://github.com/marc0x71/multi-join
- Owner: marc0x71
- License: mit
- Created: 2024-05-18T13:19:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-19T14:09:09.000Z (about 1 year ago)
- Last Synced: 2024-05-19T14:40:55.285Z (about 1 year ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/marc0x71/multi-join/actions/workflows/python-app.yml)
# multi-join
Join multiple files in PythonExample usage:
```shell
python run.py -f example/file1 example/file2 example/file3 -k 0 0 0 -s '|'
```