Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 374 Bytes

File metadata and controls

14 lines (9 loc) · 374 Bytes

slice

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/.

Installation

Clone the repository and place bin/slice somewhere on your PATH.

Development

To run the tests, run test/run_test.sh.