Command line tool for slicing files based on line-number or content expression
Run slice --help
for information and example of usage.
slice is written in bash and assumes bash 4 or later.
The tool is located in bin/
.
Clone the repository and place bin/slice
somewhere on your PATH.
To run the tests, run test/run_test.sh
.