mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Adding skeleton of ls
This commit is contained in:
parent
e382ee637b
commit
9716862cfe
5 changed files with 277 additions and 0 deletions
|
@ -50,6 +50,7 @@ generic = [
|
|||
"head",
|
||||
"link",
|
||||
"ln",
|
||||
"ls",
|
||||
"mkdir",
|
||||
"nl",
|
||||
"nproc",
|
||||
|
@ -119,6 +120,7 @@ id = { optional=true, path="src/id" }
|
|||
kill = { optional=true, path="src/kill" }
|
||||
link = { optional=true, path="src/link" }
|
||||
ln = { optional=true, path="src/ln" }
|
||||
ls = { optional=true, path="src/ls" }
|
||||
logname = { optional=true, path="src/logname" }
|
||||
mkdir = { optional=true, path="src/mkdir" }
|
||||
mktemp = { optional=true, path="src/mktemp" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue