tabtools
tabtools copied to clipboard
🔧 SQL for csv file in UNIX command line with awk.
Kudos for writing such a useful app. Map/Reduce in command line is a great and modern implementation of Unix philosophy. I was looking for documentation but couldn't reach one. The...
At the moment pretty table print is implemented in python. The program reads the whole input twice: one to calculate column widths and the second time to actually print. Is...
https://unix.stackexchange.com/questions/52762/trying-to-sort-on-two-fields-second-then-first Default sort uses "r" key for reverse order, e.g. `sort -k 2r,2 -k 3,3`.
https://opensource.com/article/19/2/testing-bash-bats (BATS) https://github.com/bats-core/bats-core https://stackoverflow.com/questions/1339416/unit-testing-bash-scripts (shunit2) https://github.com/kward/shunit2
The reason for this is to minify the library and keep only essential scripts.
Command: ``` Stream file.body_descriptor: 3 ['/bin/bash', '-o', 'pipefail', '-o', 'errexit', '-c', 'LC_ALL=C cat /dev/fd/63'] ``` The correct way of calling the command would be: ``` tcat <
Current CI pipeline is broken. Fix it while replacing unittest with pytest.
Well, otherwise it is hard to contribute to the project. Currently it also fails the build.
There are could be two ways to install the package: 1) with pip 2) build python files and copy them form this repo. Python packaging is already in place: https://pypi.python.org/pypi/tabtools...