Skip to content

kojiromike/bash-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

Implementations of basic sorting algorithms in bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published