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.
This commit is contained in:
parent
7bacd98b0e
commit
74dcd46c70
2
README
2
README
@ -42,7 +42,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
|
|||||||
=*| ln yes none
|
=*| ln yes none
|
||||||
=*| logger yes none
|
=*| logger yes none
|
||||||
=*| logname 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
|
=*| md5sum non-posix none
|
||||||
=*| mkdir yes none
|
=*| mkdir yes none
|
||||||
=*| mkfifo yes none
|
=*| mkfifo yes none
|
||||||
|
Loading…
Reference in New Issue
Block a user