From 406d6f43f82da9cf025de67dee5e7f625b71a387 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Sun, 6 Mar 2016 15:16:16 +0000 Subject: [PATCH] sort alternatives --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 3b06077..f8514cb 100644 --- a/TODO +++ b/TODO @@ -60,3 +60,10 @@ and also when running all your tests in parallel crashes your computer. Rename to something other than "test"? ---------- Maybe wait until I have a use for this. + +More sort alternatives +----------- +awk + https://stackoverflow.com/questions/20250937/sorting-lines-in-a-file-alphabetically-using-awk-and-or-sed +bash + https://stackoverflow.com/questions/7442417/how-to-sort-an-array-in-bash