Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 675 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 675 Bytes

bash-sort

Implementations of basic sorting algorithms in bash

Array Functions

Various functions for bash arrays – mostly reimplementations from "Mastering Algorithms in Perl" Reimplemented by: Michael A. Smith, aka kojiro,

Last Modified: 2009-10-10 Usage and comments: You can just source the file to get access to the functions in your script. If you want to test some functions, ./sort.bash -t funclist

This code is released AS-IS, under an MIT license. The MIT license can be found at http://www.opensource.org/licenses/mit-license.php and is included for your convenience at the top of the main file.