1
Fork 0
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:
gmnsii 2022-04-15 08:30:40 -07:00 committed by GitHub
parent 02bd97a00d
commit c2e214bd99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 950 additions and 619 deletions

View file

@ -65,6 +65,7 @@ PROGS := \
date \
dd \
df \
dir \
dircolors \
dirname \
echo \
@ -118,6 +119,7 @@ PROGS := \
tsort \
unexpand \
uniq \
vdir \
wc \
whoami \
yes