mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Merge pull request #845 from peschkaj/master
Basic implementation of ls
This commit is contained in:
commit
1fafde8c27
7 changed files with 290 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -58,6 +58,7 @@ PROGS := \
|
|||
head \
|
||||
link \
|
||||
ln \
|
||||
ls \
|
||||
mkdir \
|
||||
mktemp \
|
||||
nl \
|
||||
|
@ -145,6 +146,7 @@ TEST_PROGS := \
|
|||
head \
|
||||
link \
|
||||
ln \
|
||||
ls \
|
||||
mkdir \
|
||||
mktemp \
|
||||
mv \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue