From 74dcd46c70ddd1e97def2874e2f0d0b25842bbcf Mon Sep 17 00:00:00 2001 From: FRIGN Date: Wed, 18 Mar 2015 01:00:13 +0100 Subject: [PATCH] Update README in regard to ls(1) I marked out -m, -s and -x, because they are either visual flags for interactive mode, which are better solved with tools made for this job, or superfluous in another sense. For example, -s basically "steals" the job from du. In general, some of these options might still be easy to implement. The options -S and -f are important though, as they are sorting-options with real use. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 5c9a5df..5f28c54 100644 --- a/README +++ b/README @@ -42,7 +42,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support, =*| ln yes none =*| logger yes none =*| logname yes none -= ls no (-C), -S, -f, -m, -s, -x += ls no (-C), -S, -f, (-m), (-s), (-x) =*| md5sum non-posix none =*| mkdir yes none =*| mkfifo yes none