mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Add dir and vdir utils (based on ls)
Fix issue #3163 They are basically ls with some different options.
This commit is contained in:
parent
02bd97a00d
commit
c2e214bd99
18 changed files with 950 additions and 619 deletions
|
@ -65,6 +65,7 @@ PROGS := \
|
|||
date \
|
||||
dd \
|
||||
df \
|
||||
dir \
|
||||
dircolors \
|
||||
dirname \
|
||||
echo \
|
||||
|
@ -118,6 +119,7 @@ PROGS := \
|
|||
tsort \
|
||||
unexpand \
|
||||
uniq \
|
||||
vdir \
|
||||
wc \
|
||||
whoami \
|
||||
yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue