Skip to content

Commit f52d70e

Browse files
authored
Merge pull request #71 from JRF63/ls
ls implementation
2 parents edd8b1f + e33d7d4 commit f52d70e

File tree

8 files changed

+2947
-0
lines changed

8 files changed

+2947
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tree/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ libc.workspace = true
1515
chrono = "0.4"
1616
atty = "0.2"
1717

18+
[dev-dependencies]
19+
regex.workspace = true
20+
1821
[[bin]]
1922
name = "chgrp"
2023
path = "src/chgrp.rs"
@@ -39,6 +42,10 @@ path = "src/link.rs"
3942
name = "ln"
4043
path = "src/ln.rs"
4144

45+
[[bin]]
46+
name = "ls"
47+
path = "src/ls.rs"
48+
4249
[[bin]]
4350
name = "mkdir"
4451
path = "src/mkdir.rs"

0 commit comments

Comments
 (0)