README ====== Various implementations of a file segmenter. Note that all of these preserve the original file after segmentation. file-segment.sh --------------- Bash implementation. Takes two arguments: **filename** and **segment count**. Usage ~~~~~ file-segment.sh Example ~~~~~~~ file-segment.sh /var/log/messages 8 This example will create an **out** directory containing 8 segments of the file /var/log/messages.