From 7f6e4afe8d937357e58faaec77269c72e18d9c4d Mon Sep 17 00:00:00 2001 From: Julien Montmartin Date: Sun, 24 Jun 2018 14:37:01 +0200 Subject: [PATCH] Sometimes sorting is hard to get right without ls help --- SC2010.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2010.md b/SC2010.md index dcc5f4e..badeb93 100644 --- a/SC2010.md +++ b/SC2010.md @@ -41,7 +41,7 @@ done ### Exceptions: -None +- `ls` has sorting options that are tricky to get right with other commands. If a specific order of files is needed, ls _\_ | grep might be the best alternative. ### Related resources: