mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 13:37:48 +00:00
ls: remove list of missing features
This commit is contained in:
parent
5656a717c9
commit
01fd207c81
1 changed files with 0 additions and 39 deletions
|
@ -7,45 +7,6 @@
|
||||||
|
|
||||||
// spell-checker:ignore (ToDO) cpio svgz webm somegroup nlink rmvb xspf
|
// spell-checker:ignore (ToDO) cpio svgz webm somegroup nlink rmvb xspf
|
||||||
|
|
||||||
// Missing features from GNU Coreutils:
|
|
||||||
// --author
|
|
||||||
// -b, --escape
|
|
||||||
// --block-size=SIZE
|
|
||||||
// -c
|
|
||||||
// -D, --Dired
|
|
||||||
// -f
|
|
||||||
// --file-type
|
|
||||||
// --format=WORD
|
|
||||||
// --full-time
|
|
||||||
// -g
|
|
||||||
// --group-directories-first
|
|
||||||
// -G, --no-group
|
|
||||||
// --si
|
|
||||||
// -H, --dereference-command-line
|
|
||||||
// --dereference-command-line-symlink-to-dir
|
|
||||||
// --hide=PATTERN
|
|
||||||
// --hyperlink[=WHEN]
|
|
||||||
// --indicator-style=WORD
|
|
||||||
// -I, --ignore
|
|
||||||
// -k, --kibibytes
|
|
||||||
// -m
|
|
||||||
// -N, --literal
|
|
||||||
// -o
|
|
||||||
// -p, --indicator-style=slash
|
|
||||||
// -q, --hide-control-chars
|
|
||||||
// --show-control-chars
|
|
||||||
// -Q, --quote-name
|
|
||||||
// --quoting-style=WORD
|
|
||||||
// --time=WORD
|
|
||||||
// --time-style=TIME_STYLE
|
|
||||||
// -T, --tabsize=COLS
|
|
||||||
// -u
|
|
||||||
// -v
|
|
||||||
// -w, --width=COLS
|
|
||||||
// -x
|
|
||||||
// -X
|
|
||||||
// -Z, --context
|
|
||||||
|
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate lazy_static;
|
extern crate lazy_static;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue